lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 23.05-pre 7 lines 115 B view raw
1#include <CoreFoundation/CoreFoundation.h> 2 3int main(int argc, char** argv) 4{ 5 CFShow(CFSTR("ok")); 6 return 0; 7}