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