mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
7879bde8bb
fixed typos and macos errors
5 lines
33 B
Plaintext
5 lines
33 B
Plaintext
a := 1
|
|
println(a)
|
|
===output===
|
|
1
|