deleted unused files

This commit is contained in:
cozis
2022-08-13 20:08:42 +02:00
parent ed02bbc9be
commit 8565722bab
4 changed files with 8 additions and 26 deletions
+3 -2
View File
@@ -7,5 +7,6 @@ fun makeAdder(n) {
add10 = makeAdder(10);
add20 = makeAdder(20);
print(add10(1), '\n'); # 11
print(add20(1), '\n'); # 21
assert(add10(1) == 11);
assert(add20(1) == 21);