Files
TDT4205/ps2/vsl_programs/ps2-parser/simple-hello.vsl
2026-02-14 10:45:32 +01:00

6 lines
59 B
Plaintext

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