Files
2025-11-08 15:33:53 +01:00

12 lines
84 B
Plaintext

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