1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/v/parser/tests/module_syntax_err.vv
2021-03-11 10:42:36 +02:00

5 lines
54 B
V

module main.os
fn main() {
println('hello, world')
}