Files
cs420/examples/simple.c
Jeehoon Kang 1b7d25314d Update test
2020-03-17 22:30:16 +09:00

6 lines
44 B
C

int main()
{
int x = 1;
return 1;
}