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
e50b4e9299
v_scratch
/
14_constants
/
module.v
8 lines
96 B
V
Raw
Blame
History
module
mymodule
pub
const
golden_ratio
=
1.61803
fn
calc
(
)
{
println
(
mymodule
.
golden_ratio
)
}
Reference in New Issue
View Git Blame
Copy Permalink