/advent-of-code

🌲 Advent of Code Solutions

Primary LanguagePythonMIT LicenseMIT

Advent of Code Solutions

My solutions for Advent of Code organized by year and language solved in

Installation

Usage

  • Clojure:

    • Run my code in your preferred IDE, or using Leiningen, type command ~ $ lein run [DAY#] into terminal.
    • NOTE: [DAY#] refers to the "Day number" from AOC (e.g. ~ $ lein run 3 will run day # 3 solution).
    • Code uses .txt files as input, the output will reveal solutions to AOC Problems.
  • Python:

    • Execute $ ./day1.py from a directory such as advent-of-code/2015/python/src

Author

David John Coleman II, davidjohncoleman.com

License

MIT License