diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-12-01 17:31:48 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-12-01 17:31:48 +0100 |
commit | 27f7de20db72a24d68f794f9b166afa9420b3448 (patch) | |
tree | 35e198de36bc1651c0da2b30eca5ab3faeec42f4 | |
download | adventofcode2016-27f7de20db72a24d68f794f9b166afa9420b3448.tar.gz adventofcode2016-27f7de20db72a24d68f794f9b166afa9420b3448.tar.xz adventofcode2016-27f7de20db72a24d68f794f9b166afa9420b3448.zip |
initial commit
-rw-r--r-- | README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000..bd791e1 --- /dev/null +++ b/README @@ -0,0 +1,8 @@ +Advent of Code (adventofcode.com) in K and J + +I'm using K 2016.08.09 and J 8.01.028. + + +To the extent possible under law, Christian Neukirchen has waived +all copyright and related or neighboring rights to this work. +http://creativecommons.org/publicdomain/zero/1.0/ |