2023-11-16 23:19:36 -05:00

9 lines
101 B
C

/*
* Trivial C program to test the compiler
*/
int main(int argc, char *argv[])
{
return 0;
}