diff options
Diffstat (limited to 'v_windows/v/vlib/v/fmt/tests/no_main_input.vv')
-rw-r--r-- | v_windows/v/vlib/v/fmt/tests/no_main_input.vv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/v_windows/v/vlib/v/fmt/tests/no_main_input.vv b/v_windows/v/vlib/v/fmt/tests/no_main_input.vv new file mode 100644 index 0000000..d774314 --- /dev/null +++ b/v_windows/v/vlib/v/fmt/tests/no_main_input.vv @@ -0,0 +1 @@ +println( "hello world" ) |