aboutsummaryrefslogtreecommitdiff
path: root/examples/mergesort.sloth
diff options
context:
space:
mode:
authornic-gaffney <gaffney_nic@protonmail.com>2023-06-27 01:59:59 -0500
committernic-gaffney <gaffney_nic@protonmail.com>2023-06-27 01:59:59 -0500
commit29bdd10ee3621ed875bfa34a0faa42c35a1e39ed (patch)
tree97f7605b53fc77277d98d5ea8127391edefc4ab5 /examples/mergesort.sloth
parent9c2d8f5a10b8affd604cec6e394d43514ef93ca1 (diff)
downloadsloth-29bdd10ee3621ed875bfa34a0faa42c35a1e39ed.tar.gz
Standard library methinks
Diffstat (limited to 'examples/mergesort.sloth')
-rw-r--r--examples/mergesort.sloth4
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/mergesort.sloth b/examples/mergesort.sloth
deleted file mode 100644
index f1e5901..0000000
--- a/examples/mergesort.sloth
+++ /dev/null
@@ -1,4 +0,0 @@
-fn merge_sort(list: List<Int>) {
- print(list);
-
-}