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