Skip to content

matthiasferraina/AdventOfCode2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode2021

Advent of code 2021 participation : https://adventofcode.com/

How to use

Install Deno

Shell (Mac, Linux):

curl -fsSL https://deno.land/x/install/install.sh | sh

PowerShell (Windows):

iwr https://deno.land/x/install/install.ps1 -useb | iex

Homebrew (Mac):

brew install deno

Chocolatey (Windows):

choco install deno

Scoop (Windows):

scoop install deno

Run a solution for a day

Simply replace day by the day you want

deno run -A <day>/main.ts

Run the tests for every AdventOfCode days

At the project root launch:

deno test -A

If you want to launch tests in watch mode, at the project root launch :

deno test -A --watch

About

Advent of code 2021 participation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published