aboutsummaryrefslogtreecommitdiff
path: root/test.sloth
diff options
context:
space:
mode:
authorNic Gaffney <gaffney_nic@protonmail.com>2025-10-23 13:32:11 -0500
committerNic Gaffney <gaffney_nic@protonmail.com>2025-10-23 13:32:11 -0500
commitd7e8440accbcc4abea96531264addbc9ee627a07 (patch)
tree5177af4c37aadb96ba754b434aaefb9bced8d614 /test.sloth
parentb888a221f832fd378db9e22f10155146c4fa4c5a (diff)
downloadsloth-struct.tar.gz
cleanupstruct
Diffstat (limited to 'test.sloth')
-rw-r--r--test.sloth10
1 files changed, 0 insertions, 10 deletions
diff --git a/test.sloth b/test.sloth
deleted file mode 100644
index be3b1de..0000000
--- a/test.sloth
+++ /dev/null
@@ -1,10 +0,0 @@
-
-fn getStr() Bool
-{
- return true;
-}
-
-fn main() Int {
- val poggers: Int = getStr();
- return 0;
-}