1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/compiler/tests/repl/println.repl

8 lines
144 B
Plaintext
Raw Normal View History

2019-09-20 17:03:13 +03:00
println('Hello, world!')
println('Привет, мир!')
println('你好世界')
===output===
2019-09-20 17:03:13 +03:00
Hello, world!
Привет, мир!
你好世界