From 09b849b4cd109d88f3022d64f580677d1d40c298 Mon Sep 17 00:00:00 2001 From: JonoCode9374 <36217120+JonoCode9374@users.noreply.github.com> Date: Thu, 26 Dec 2019 19:32:19 +1100 Subject: [PATCH] Update Examples.md --- Examples.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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)