Skip to content

sliard/adventofcode-2020

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code Java starter

Maven Template for Advent of Code puzzles

How to use it

Create a class that extend aoc.Day with T as the result object type for this day.

You have to implement 3 methods :

public void init(String ...args);
public T part1();
public T part2();

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages