v/vlib/v/tests/repl/void_vlib_fncall.repl

4 lines
52 B
Plaintext

os.write_file('hi','hi')?
os.rm('hi')?
===output===