diff options
Diffstat (limited to 'v_windows/v/vlib/v/tests/repl/default_printing.repl')
-rw-r--r-- | v_windows/v/vlib/v/tests/repl/default_printing.repl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/v_windows/v/vlib/v/tests/repl/default_printing.repl b/v_windows/v/vlib/v/tests/repl/default_printing.repl new file mode 100644 index 0000000..96aed0e --- /dev/null +++ b/v_windows/v/vlib/v/tests/repl/default_printing.repl @@ -0,0 +1,5 @@ +num := 1 +num +===output=== +1 + |