v/compiler/tests/repl/println.repl

4 lines
48 B
Plaintext

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