8 lines
88 B
Text
8 lines
88 B
Text
|
void main () {
|
||
|
if (false) {
|
||
|
puts("ANTOINE DANIEL\n");
|
||
|
} else {
|
||
|
|
||
|
}
|
||
|
}
|