Files
TDT4205/ps6/vsl_programs/ps2-parser/simple-hello.vsl
T
2026-04-28 15:27:55 +02:00

6 lines
59 B
Plaintext

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