Skip to content

My solutions to the Advent of Code 2022 using Crystal.

License

Notifications You must be signed in to change notification settings

douglascamata/aoc_2022

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aoc2022

These are my solutions to the Advent of Code 2022 using Crystal.

Usage

Run all solutions:

crystal src/main.cr

Run a given day:

crystal src/main.cr <DAY_NUMBER>

Scaffold files for a given day

It will create the implementation class, its spec, and an empty input file.

crystal tools/day_gen.cr <DAY_NUMBER>

About

My solutions to the Advent of Code 2022 using Crystal.

Topics

Resources

License

Stars

Watchers

Forks