Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 814 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 814 Bytes

🎄🦌 Advent of Code 2021 🍪🎅

AoC2021 logo

Solutions for the Advent of Code 2021 written in Dart language.

build last-commit

Official AoC site: https://adventofcode.com

Dart AoT template: Jacob Bang

Author: Matej Hočevar

Running locally

dart test

Formatting & linting

dart fix lib && dart fix test
dart analyze
dart format -l 120

Add Lefthook

lefthook install