diff options
Diffstat (limited to 'examples/04-box/src/point.hob')
| -rw-r--r-- | examples/04-box/src/point.hob | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/examples/04-box/src/point.hob b/examples/04-box/src/point.hob deleted file mode 100644 index ba9fa89..0000000 --- a/examples/04-box/src/point.hob +++ /dev/null @@ -1,11 +0,0 @@ -/// A straight line from one point to another. -struct Line { - field start: Box[Point]; - field end: Box[Point]; -} - -/// A 2D point. -struct Point { - field x: Int32; - field y: Int32; -} |
