v/vlib/compiler/tests/repl/nomain.repl

5 lines
33 B
Plaintext
Raw Normal View History

2019-10-13 16:50:55 +02:00
a := 1
println(a)
===output===
1