5 lines
72 B
Text
5 lines
72 B
Text
integer new main()
|
|
{
|
|
println.format("Hello, world!");
|
|
return 0;
|
|
}
|