6 lines
73 B
Text
6 lines
73 B
Text
|
|
subroutine main()
|
||
|
|
print "Hello from main!"
|
||
|
|
end subroutine
|
||
|
|
|
||
|
|
call main()
|