v2 / vlib / v / slow_tests / inout / hello.vv
3 lines · 3 sloc · 38 bytes · 6a32c810703f4ec0c39fe18298ebe6c40acac8f1
Raw
1fn main() {
2 println('hello world')
3}
4