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
/
09-imports
/
src
/
point.hob
blob: 87f995338608a049e597e8a217c64ca26ffb6f22 (
plain
)
1
2
3
4
5
/// A 2D point. struct Point { field x: Int32; field y: Int32; }