Advent of Languages Advent of code solutions where: len(set([progLang(s) for s in solutions])) == len(solutions) Day 1: Javascript node 1.js Day 2: Go go run 2.go Day 3: Python python3 3.py Day 4: C++ g++ 4.cpp helpers/md5.cpp -o 4.exe ./4.exe Day 5: C gcc 5.c -o 5.exe ./5.exe Day 6: Ruby ruby 6.rb Day 7: Rust rustc 7.rs ./7.exe