remde / advent-of-code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code

These are my solutions for the Advent of Code event. The inputs are inside each challenge folder, and the main function will print the answer to the terminal. Each year is done in a language.

2019 - JavaScript

  • Run with node ChallengeName.js

2020 - Java

  • Build with javac ChallengeName.java
  • Run with java ChallengeName

About


Languages

Language:Java 83.0%Language:JavaScript 17.0%