diff --git a/Examples.md b/Examples.md index 612b70e..f261fbf 100644 --- a/Examples.md +++ b/Examples.md @@ -38,3 +38,15 @@ Keg got 7 bytes on this challenge (first place btw) Note that this uses a reverse token flag. But that's what the keg answer does. 6 bytes (Ket) vs 7 bytes (Keg). + +## N(e(s(t))) a string + +Keg got 12 bytes + + M\(+\)*! + + ININIM + Add(Map(input, "("), Times(")", length(input))) + +`--mapoffbyone` +8 bytes (Ket) vs 12 bytes (Keg)