Advent of code 2021 participation : https://adventofcode.com/
Shell (Mac, Linux):
curl -fsSL https://deno.land/x/install/install.sh | shPowerShell (Windows):
iwr https://deno.land/x/install/install.ps1 -useb | iexHomebrew (Mac):
brew install denoChocolatey (Windows):
choco install denoScoop (Windows):
scoop install denoSimply replace day by the day you want
deno run -A <day>/main.tsAt the project root launch:
deno test -AIf you want to launch tests in watch mode, at the project root launch :
deno test -A --watch