Skip to content

Latest commit

 

History

History
87 lines (69 loc) · 26.6 KB

README.md

File metadata and controls

87 lines (69 loc) · 26.6 KB

Advent of Code Solutions 🎄

Total stars from all years GitHub language count GitHub top language Languages Used SLOC GitHub last commit (branch)

My solutions to puzzles at adventofcode.com. Also check out my collected tricks.

                                      `}-'       `}-'
 ___                    `}-' `}-'  ____/`-,  _____/`-,
"-_/}__             `}-'_/`-, /`-,( _,,.{-,_(__,,,.(
  [(_.-'`--,__   ____/`-,.(,-`}-'_,>___\/`-, >|`---\
  [(__\___\  _`-(--...(..-'_`./`-,/(--,,.(  //    / >
  |_______/-'    >`---\ / (   `{    >`---\ 
  __|___|__)    / \  / \  /`--/<   / \   /|
                         /  \/  \

See also:

2024 Results

Day Part 1 Part 2

All Results

Stars 2015

Stars 2016

Stars 2017

Stars 2018

Stars 2019

Stars 2020

Stars 2021

Stars 2022

Stars 2023

Stars 2024

Development Setup

Env: Ruby

brew bundle install
bundle install

Env: JavaScript

npm install

Env: Python

pip install -r requirements.txt

Solve a Puzzle

and now solve today's puzzle or a specific one:

bin/solve_day.sh       # Solve today's puzzle with default lanuage (ruby)
bin/solve_day.sh 19/5  # 2019 day 5
bin/solve_day.sh -l py # Solve with language, here Python

Session Cookie Expired?

Update: