diff --git a/example/hello.vl b/example/hello.vl index d3bf43d..3eaf6d1 100644 --- a/example/hello.vl +++ b/example/hello.vl @@ -1 +1 @@ -(while (< sex 0) (print "sex")) \ No newline at end of file +(print "Hello, World") \ No newline at end of file