6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
include "std.porth"
|
|
|
|
proc main in
|
|
"Hello, World\n" puts
|
|
end
|