diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-12-01 11:47:21 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-12-01 11:47:21 +0100 |
commit | bbce6ed5ff8d6ebc36884b205d0bc18a0d991490 (patch) | |
tree | 7a933e12b55b09908addc8c5f57be91e3b23cd73 | |
download | adventofcode2017-bbce6ed5ff8d6ebc36884b205d0bc18a0d991490.tar.gz adventofcode2017-bbce6ed5ff8d6ebc36884b205d0bc18a0d991490.tar.xz adventofcode2017-bbce6ed5ff8d6ebc36884b205d0bc18a0d991490.zip |
initial commit
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000..2d3f672 --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +Advent of Code (adventofcode.com) in K. + +I'm using K 2016.08.09 +and will perhaps do some solutions in Dyalog APL or C++17. + + +To the extent possible under law, Leah Neukirchen has waived +all copyright and related or neighboring rights to this work. +http://creativecommons.org/publicdomain/zero/1.0/ |