From d7e8440accbcc4abea96531264addbc9ee627a07 Mon Sep 17 00:00:00 2001 From: Nic Gaffney Date: Thu, 23 Oct 2025 13:32:11 -0500 Subject: cleanup --- test.sloth | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 test.sloth (limited to 'test.sloth') 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; -} -- cgit v1.2.3