jimmyff / advent-of-code-2023

https://adventofcode.com/2023

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Code 2023 (Dart)

     ><
     /\ 
    / '\     Advent of Code
    /* \          2023
   / o '\    Dart solutions
   / '* \      by jimmyff
  / ' o %\
  / *  * \
 /____%___\
   _|__|[]
   \___[][]

View solutions to the Advent of Code 2023 by jimmyff. #dartlang

Usage

Output the solution to day 1:

dart run bin/aoc.dart 1

Add the debug parameter to include debug:

dart run bin/aoc.dart 1 debug

About

https://adventofcode.com/2023


Languages

Language:Dart 100.0%