7 lines
91 B
Mathematica
Raw Normal View History

2021-09-14 00:13:48 +02:00
#import <CoreFoundation/CoreFoundation.h>
int main(int argc, char** argv)
{
return 0;
}