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