Add "hello world" example

This commit is contained in:
Phil Rukin 2019-06-22 22:35:23 +02:00 committed by Alex Medvednikov
parent ccb5591447
commit b1553449d8

1
examples/hello_world.v Normal file
View File

@ -0,0 +1 @@
println('Hello!')