From c883fc8c1db3d0f29ccf7f2206c5c1594d6d121b Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Sat, 2 Dec 2017 11:25:45 +0100 Subject: [PATCH] Add README for 2017. --- 2017/README.md | 30 ++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 31 insertions(+) create mode 100644 2017/README.md diff --git a/2017/README.md b/2017/README.md new file mode 100644 index 0000000..4f1be0b --- /dev/null +++ b/2017/README.md @@ -0,0 +1,30 @@ +# Advent of Code 2017 + +Previously, I have been moderately successful in learning Rust and +Python from doing these challegnes. For this year, I'm upping the ante +and using 25 different programming languages. + +The current plan, in no particular order: + +- [ ] AWK (note, not included in shell script) +- [x] Bash/shell script - [Day 02](./day-02/solution.cpp) +- [ ] C +- [x] C++ - [Day 01](./day-01/solution.cpp) +- [ ] C# +- [ ] Coffeescript +- [ ] Haskell +- [ ] Java +- [ ] Kotlin +- [ ] Node.js +- [ ] Objective C +- [ ] Perl +- [ ] PHP +- [ ] Prolog +- [ ] Python +- [ ] Ruby +- [ ] Rust +- [ ] Scala +- [ ] Scheme +- [ ] SQL + +… and then I will need 5 more. But that will come in time. diff --git a/README.md b/README.md index 68789ae..a55c876 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,4 @@ This repository contains my solutions for Advent of Code. See: - [2015 edition](./2015) - [2016 edition](./2016) +- [2017 edition](./2017)