TDT4205/exercises/05/vslc/vsl_programs/ps2-parser/helloworld.vsl

4 lines
66 B
Plaintext

func helloworld() begin
print "Hello, World!"
return 0
end