9 lines
101 B
V
9 lines
101 B
V
|
const (
|
||
|
source_root = 'temp'
|
||
|
)
|
||
|
|
||
|
// funky - comment for function below
|
||
|
fn funky() {
|
||
|
println('hi')
|
||
|
}
|