mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
7879bde8bb
fixed typos and macos errors
8 lines
110 B
Plaintext
8 lines
110 B
Plaintext
println('Hello World')
|
|
println('Foo Bar')
|
|
println('dlroW olleH')
|
|
===output===
|
|
Hello World
|
|
Foo Bar
|
|
dlroW olleH
|