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

9 lines
109 B
V
Raw Normal View History

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