1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler/tests/repl/nomain.repl
Alexander Medvednikov b1806b57d8 tests: no main fn
2019-10-13 17:50:55 +03:00

5 lines
33 B
Plaintext

a := 1
println(a)
===output===
1