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