This website requires JavaScript.
Explore
Help
Register
Sign In
silva
/
v_scratch
mirror of
https://github.com/viniciusfdasilva/v_scratch.git
Watch
1
Star
0
Fork
You've already forked v_scratch
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4ebb6eaaa1
v_scratch
/
13_functions
/
init.v
9 lines
79 B
V
Raw
Blame
History
//
init
() can not be pub
fn
init
(
)
{
println
(
'
o
i
'
)
}
pub
fn
main
(
)
{
init
(
)
}
Reference in New Issue
View Git Blame
Copy Permalink