v4 / vlib / v3 / tests / hello.v
4 lines · 4 sloc · 77 bytes · 6c4d26f1f98c5464b012a375667ab345e462f7e0
Raw
1// main runs the v3 tests entry point.
2fn main() {
3 println('hello world')
4}
5