diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-12-16 12:14:29 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-12-16 12:14:29 +0100 |
commit | 43c9672808e9ff6c1016f60075cfb932032e16be (patch) | |
tree | 289406128ac86076cfc76f6b50ae6623ea9e9b81 | |
parent | a3a3b2ad646db94df0c5b878bd9ee7b797db7650 (diff) | |
download | adventofcode2016-43c9672808e9ff6c1016f60075cfb932032e16be.tar.gz adventofcode2016-43c9672808e9ff6c1016f60075cfb932032e16be.tar.xz adventofcode2016-43c9672808e9ff6c1016f60075cfb932032e16be.zip |
day16
-rw-r--r-- | day16.k | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/day16.k b/day16.k new file mode 100644 index 0000000..b81e474 --- /dev/null +++ b/day16.k @@ -0,0 +1,8 @@ +d:"10111011111001111"-"0" +s:272 + +,/${~2!#x}(=/'0N 2#)/s#{s>#x}{x,0,~|x}/d / 11101010111100010 + +s:35651584 + +,/${~2!#x}(=/'0N 2#)/s#{s>#x}{x,0,~|x}/d / 01001101001000101 |