aboutsummaryrefslogtreecommitdiff
path: root/test.sloth
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2023-11-12 03:01:49 -0600
committerNic Gaffney <gaffney_nic@protonmail.com>2023-11-12 03:01:49 -0600
commit52f12c6c2c946d8d3c0a7845d48e11ff8b8fb597 (patch)
tree198c2317db2f2876e833384139b47e204a4ad6fe /test.sloth
parent84c77656e1d5f0414050d8a2dae6c86b022bf125 (diff)
downloadsloth-52f12c6c2c946d8d3c0a7845d48e11ff8b8fb597.tar.gz
fuck it we ball
Diffstat (limited to 'test.sloth')
-rw-r--r--test.sloth10
1 files changed, 10 insertions, 0 deletions
diff --git a/test.sloth b/test.sloth
new file mode 100644
index 0000000..be3b1de
--- /dev/null
+++ b/test.sloth
@@ -0,0 +1,10 @@
+
+fn getStr() Bool
+{
+ return true;
+}
+
+fn main() Int {
+ val poggers: Int = getStr();
+ return 0;
+}