minic/tests/20.test

11 lines
84 B
Plaintext

int main()
{
if (!1) {
puts("1\n");
}
if (!0) {
puts("2\n");
}
return 0;
}