7 lines
79 B
Plaintext
7 lines
79 B
Plaintext
class Object
|
|
int main()
|
|
"Hello World".putstring()
|
|
return 1
|
|
end
|
|
end
|