Files
TDT4205/ps3/vsl_programs/ps2-parser/simple-hello.vsl
2026-02-23 17:25:27 +01:00

6 lines
59 B
Plaintext

func main() {
print("Hello ")
println("World!")
}