aboutsummaryrefslogtreecommitdiffstats
path: root/third.sy
diff options
context:
space:
mode:
Diffstat (limited to 'third.sy')
-rw-r--r--third.sy3
1 files changed, 3 insertions, 0 deletions
diff --git a/third.sy b/third.sy
new file mode 100644
index 0000000..0477077
--- /dev/null
+++ b/third.sy
@@ -0,0 +1,3 @@
+print_the_third :: fn {
+ print "three"
+}