1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/cmd/tools/vdoc/tests/testdata/project1/main.v

9 lines
101 B
V

const (
source_root = 'temp'
)
// funky - comment for function below
fn funky() {
println('hi')
}