7 lines
70 B
Mathematica
Raw Normal View History

2021-09-14 00:13:48 +02:00
#import <CoreFoundation/CoreFoundation.h>
int func()
{
return 1;
}