v/cmd/tools/vdoc/tests/testdata/project1/main.v

9 lines
101 B
V
Raw Normal View History

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