Files
TDT4205/ps4/vsl_programs/ps2-parser/simple-hello.vsl
2026-03-09 11:20:18 +01:00

6 lines
59 B
Plaintext

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