This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
49899c649c
v
/
examples
/
hello_world.v
3 lines
28 B
Go
Raw
Normal View
History
Unescape
Escape
fix single file programs without `fn main` and REPL (allow imports, function definitions, consts, etc)
2019-06-28 12:41:09 +02:00
println
(
'
Hello
,
World
!
'
)