5 lines
78 B
Text
5 lines
78 B
Text
|
|
int program (int argc, string[] argv) {
|
||
|
|
print_string ("abc");
|
||
|
|
return 0;
|
||
|
|
}
|