mirror of
https://github.com/vlang/v.git
synced 2025-09-14 06:52:36 +03:00
4 lines
33 B
Text
4 lines
33 B
Text
a := 1
|
|
println(a)
|
|
===output===
|
|
1
|