aboutsummaryrefslogtreecommitdiff
path: root/v_windows/v/old/examples/hello_world.v
diff options
context:
space:
mode:
Diffstat (limited to 'v_windows/v/old/examples/hello_world.v')
-rw-r--r--v_windows/v/old/examples/hello_world.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/v_windows/v/old/examples/hello_world.v b/v_windows/v/old/examples/hello_world.v
new file mode 100644
index 0000000..fb96416
--- /dev/null
+++ b/v_windows/v/old/examples/hello_world.v
@@ -0,0 +1 @@
+println('Hello, World!')