mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
windows: Unicode input in REPL
This commit is contained in:

committed by
Alexander Medvednikov

parent
f042dfb861
commit
f1bb25bfaf
@ -1,3 +1,7 @@
|
||||
println('hello world')
|
||||
println('Hello, world!')
|
||||
println('Привет, мир!')
|
||||
println('你好世界')
|
||||
===output===
|
||||
hello world
|
||||
Hello, world!
|
||||
Привет, мир!
|
||||
你好世界
|
||||
|
Reference in New Issue
Block a user