mirror of
https://github.com/Relintai/osxcross.git
synced 2025-04-11 17:32:38 +02:00
8 lines
70 B
C
8 lines
70 B
C
#include <stdio.h>
|
|
|
|
int main()
|
|
{
|
|
printf("works");
|
|
return 0;
|
|
}
|