7 lines
68 B
Text
7 lines
68 B
Text
integer
|
|
main(void)
|
|
{
|
|
o_text("Hello world!\n");
|
|
|
|
return 0;
|
|
}
|