4 lines
39 B
Text
4 lines
39 B
Text
|
|
prog def hello
|
||
|
|
di "Hello, World!"
|
||
|
|
end
|