This website requires JavaScript.
Explore
Help
Sign In
vieter-v
/
v
Watch
2
Star
0
Fork
You've already forked v
0
Code
Issues
Pull Requests
Releases
Activity
f30faf2627
v
/
vlib
/
v
/
tests
/
modules
/
shapes
/
shapes.v
12 lines
114 B
V
Raw
Blame
History
module
shapes
pub
struct
Point
{
pub
mut
:
x
int
y
int
}
pub
struct
Line
{
pub
mut
:
ps
[
]
Point
}
Reference in New Issue
View Git Blame
Copy Permalink