Skip to content

lopi02/aoc-22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 

Repository files navigation

Advent of Code 2022

Advent of Code is an Advent calendar of small programming puzzles for a variety of skill sets and skill levels that can be solved in any programming language you like.

I implement my solutions with Java.

Structure

  • createTask.java: Creates a new class ("src/dayXX.java") and a new input file (in "inputs/dayXX") for the current day XX. Updates the TaskRunner.
  • TaskRunner.java: Runs all classes

About

Advent of Code 2022

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages