diff options
| author | nic-gaffney <gaffney_nic@protonmail.com> | 2023-06-27 01:59:59 -0500 |
|---|---|---|
| committer | nic-gaffney <gaffney_nic@protonmail.com> | 2023-06-27 01:59:59 -0500 |
| commit | 29bdd10ee3621ed875bfa34a0faa42c35a1e39ed (patch) | |
| tree | 97f7605b53fc77277d98d5ea8127391edefc4ab5 /examples/mergesort.sloth | |
| parent | 9c2d8f5a10b8affd604cec6e394d43514ef93ca1 (diff) | |
| download | sloth-29bdd10ee3621ed875bfa34a0faa42c35a1e39ed.tar.gz | |
Standard library methinks
Diffstat (limited to 'examples/mergesort.sloth')
| -rw-r--r-- | examples/mergesort.sloth | 4 |
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); - -} |
