Skip to content

WissenIstNacht/advent_of_code_21

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

A dart application solving the advent of code problems.

Repo structure

The solutions can be found bin /bin, organized per day. The /lib folders contains utility methods and classes that help run the solutions. Each day comes with a test suite that (at least) covers the test samples provided by the advent of code.

Run

If not taken care of by the IDE, install packages using dart pub get. Then, dart run bin/main.dart

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages