v2 / vlib / v / gen / js / tests / hello / hello.js.v
5 lines · 4 sloc · 61 bytes · 13a7ce9e699205f311189621c66d225e2fce30d8
Raw
1module hello
2
3pub fn raw_js_log() {
4 #console.log('hello')
5}
6