Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
gen
/
js
/
tests
/
hello
/
hello.js.v
5
lines
·
4
sloc
·
61 bytes
·
13a7ce9e699205f311189621c66d225e2fce30d8
Raw
1
module
hello
2
3
pub
fn
raw_js_log() {
4
#console.log(
'hello'
)
5
}
6