TDT4205/exercises/06/vslc/vsl_programs/ps5-codegen1/helloworld.vsl

4 lines
60 B
Plaintext
Raw Permalink Normal View History

2022-04-10 15:55:56 +02:00
func main() begin
print "Hello, World!"
2022-04-21 21:17:49 +02:00
return 0
2022-04-10 15:55:56 +02:00
end