Skip to content

fabiancrx/advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of code 2022

These repo contains the answers to the adventofcode implemented with Dart.

Generate a day

The boilerplate for a new day can be generated by calling:

 dart run lib/gen_day.dart 

This will automatically generate the successive day Eg: last day at /lib/days/ is 7.dart then 8.dart will be generated.

Or if you want to specify a day you can too:

 dart run lib/gen_day.dart 11

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages