v/compiler/tests/repl/println.repl

4 lines
48 B
Plaintext
Raw Normal View History

println('hello world')
===output===
hello world