Files
2025-11-18 17:31:44 +01:00

12 lines
84 B
Plaintext

program Test
{
int Trap()
{
}
void main () {
print(Trap());
}
}