Gitly
English
Русский
Español
日本語
中文
Português
Log in
Register
v2
/
vlib
/
v
/
fmt
/
tests
/
consts_with_comments_end_keep.vv
3
lines
·
3
sloc
·
62 bytes
·
5a752c9a2d1d6232cc809f0087a8be42692279f3
Raw
1
const a = 'a' // hello
2
const b = 'b' // comment
3
const c = 'c'
4