diff options
| author | Nic Gaffney <gaffney_nic@protonmail.com> | 2025-10-23 13:32:11 -0500 |
|---|---|---|
| committer | Nic Gaffney <gaffney_nic@protonmail.com> | 2025-10-23 13:32:11 -0500 |
| commit | d7e8440accbcc4abea96531264addbc9ee627a07 (patch) | |
| tree | 5177af4c37aadb96ba754b434aaefb9bced8d614 /test.sloth | |
| parent | b888a221f832fd378db9e22f10155146c4fa4c5a (diff) | |
| download | sloth-d7e8440accbcc4abea96531264addbc9ee627a07.tar.gz | |
cleanupstruct
Diffstat (limited to 'test.sloth')
| -rw-r--r-- | test.sloth | 10 |
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; -} |
