mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-25 12:50:32 +01:00
34 lines
1.4 KiB
Markdown
34 lines
1.4 KiB
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.
|
|
|
|
These are the languages that I have used, in alphabetical order:
|
|
|
|
- [x] AWK - [Day 04](./day-04/solution.awk)
|
|
- [x] Bash/shell script - [Day 02](./day-02/solution.sh)
|
|
- [x] C - [Day 23](./day-23/solution.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)
|
|
- [x] Coffeescript - [Day 21](./day-21/solution.coffee)
|
|
- [x] Go - [Day 13](./day-13/solution.go)
|
|
- [x] Groovy - [Day 16](./day-16/solution.groovy)
|
|
- [x] Haskell - [Day 15](./day-15/solution.hs)
|
|
- [x] Java - [Day 24](./day-24/solution.java)
|
|
- [x] Julia - [Day 22](./day-22/solution.jl)
|
|
- [x] Kotlin - [Day 10](./day-10/solution.kt)
|
|
- [x] Lex - [Day 09](./day-09/solution.l)
|
|
- [x] Lua - [Day 18](./day-18/solution.lua)
|
|
- [x] Matlab - [Day 06](./day-06)
|
|
- [x] Node.js - [Day 12](./day-12/solution.js)
|
|
- [x] Perl - [Day 05](./day-05/solution.pl)
|
|
- [x] PHP - [Day 19](./day-19/solution.php)
|
|
- [x] Python - [Day 25](./day-25/solution.py)
|
|
- [x] R - [Day 20](./day-20/solution.r)
|
|
- [x] Ruby - [Day 08](./day-08/solution.rb)
|
|
- [x] Rust - [Day 14](./day-14/solution.rs)
|
|
- [x] Scala - [Day 11](./day-11/solution.scala)
|
|
- [x] Swift - [Day 17](./day-17/solution.swift)
|