index
:
hobgoblin
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
07-imports
/
output
/
rust
/
src
/
point.rs
blob: 5fb55929382b7dfbc7894cf9a32c62e210dc6487 (
plain
)
1
2
3
4
5
/// A 2D point.
pub
struct
Point
{
pub
x
:
i32
,
pub
y
:
i32
,
}