Files
adventofcode/2017/README.md

34 lines
996 B
Markdown

# 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:
- [x] AWK - [Day 04](./day-04/solution.awk)
- [x] Bash/shell script - [Day 02](./day-02/solution.sh)
- [ ] C
- [x] C++ - [Day 01](./day-01/solution.cpp)
- [x] C# - [Day 07](./day-07/solution.cs)
- [x] Clojure - [Day 03](./day-03/solution.clj)
- [ ] Coffeescript
- [ ] Haskell
- [ ] Java
- [x] Kotlin - [Day 10](./day-10/solution.kt)
- [x] Lex - [Day 09](./day-09/solution.l)
- [x] Matlab - [Day 06](./day-06)
- [x] Node.js - [Day 12](./day-12/solution.js)
- [ ] Objective C
- [x] Perl - [Day 05](./day-05/solution.pl)
- [ ] PHP
- [ ] Prolog
- [ ] Python
- [x] Ruby - [Day 08](./day-08/solution.rb)
- [ ] Rust
- [x] Scala - [Day 11](./day-11/solution.scala)
- [ ] Scheme
- [ ] SQL
… and then I will need some more. But that will come in time.