Skip to content

my solutions to Advent of Code 2021 ๐ŸŽ„ this year in typescript.

Notifications You must be signed in to change notification settings

jartigag/aoc-2021

Repository files navigation

๐ŸŽ„ AoC

my solutions to Advent of Code 2021. this year i'm learning typescript, so i forked this aoc-ts-starter repo.

if i get the time, i'll try to take a look at r/adventofcode and post my favourites here. people is amazing.

as last year, our group โ€œTLMn00bsโ€ keeps sharing our solutions in this repository.

i've also learnt how to set a workflow file in Github Actions to update our scores in the leaderboard branch's readme, using this bash script. it was a bit annoying to test the pipeline, but i discovered a couple of things about git merge on the way and i see a lot of potential in this tool.

getting started

$ time yarn install
yarn install v1.22.15
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...

Done in 2.42s.

real    0m2,601s
user    0m3,294s
sys     0m1,299s

$ du -hs node_modules/
147M    node_modules/

not bad.. ๐Ÿ˜…

solutions and posts