summaryrefslogtreecommitdiff
path: root/examples/09-custom-code/src/shapes.hob
diff options
context:
space:
mode:
Diffstat (limited to 'examples/09-custom-code/src/shapes.hob')
-rw-r--r--examples/09-custom-code/src/shapes.hob3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/09-custom-code/src/shapes.hob b/examples/09-custom-code/src/shapes.hob
deleted file mode 100644
index 5dfe833..0000000
--- a/examples/09-custom-code/src/shapes.hob
+++ /dev/null
@@ -1,3 +0,0 @@
-struct Square {
- field width: Int32;
-}