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
f696aa4174
v_scratch
/
08_module_imports
/
basic_import.v
6 lines
78 B
V
Raw
Blame
History
import
os
pub
fn
main
(
)
{
name
:=
os
.
input
(
'
T
y
p
e
y
o
u
r
n
a
m
e
'
)
println
(
name
)
}
Reference in New Issue
View Git Blame
Copy Permalink