8 lines
68 B
Plaintext
8 lines
68 B
Plaintext
integer
|
|
main(void)
|
|
{
|
|
o_text("Hello World\n");
|
|
|
|
return 0;
|
|
}
|