diff options
Diffstat (limited to 'examples/04-list/src/point.hob')
| -rw-r--r-- | examples/04-list/src/point.hob | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/04-list/src/point.hob b/examples/04-list/src/point.hob deleted file mode 100644 index 8dd438c..0000000 --- a/examples/04-list/src/point.hob +++ /dev/null @@ -1,8 +0,0 @@ -struct Path { - field points: List[Point]; -} - -struct Point { - field x: Int32; - field y: Int32; -} |
