Skip to content

Instantly share code, notes, and snippets.

@gitaficionado
Created December 9, 2020 19:17
Show Gist options
  • Save gitaficionado/92099b98cb9606a13e1b7f8d20e33bc2 to your computer and use it in GitHub Desktop.
Save gitaficionado/92099b98cb9606a13e1b7f8d20e33bc2 to your computer and use it in GitHub Desktop.
Main file for Advent of code. Thanks to TurkeyDev for sharing this
public class AoC2020Core
{
public static void main(String[] args)
{
//new Day1();
//new Day2();
//new Day3();
//new Day4();
//new Day5();
//new Day6();
//new Day7();
//new Day8();
new Day9();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment