7 lines
77 B
Text
7 lines
77 B
Text
void f() {
|
|
return;
|
|
}
|
|
|
|
int program(int argc, string[] argv) {
|
|
return 0;
|
|
}
|