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