minic/tests/tmp.test

8 lines
64 B
Plaintext

int main()
{
if (1) {
puts("Hello, world!");
}
return 0;
}