Skip to content

amaalali/adventofcode2021

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent of Code 2021

This repo contains my solutions to the 2021 Advent of Code.

The challenges are solved in Scala and uses scala-cli.

Setup

N/A

Running tests

Run test for each day using

scala-cli test dayXX

Running code for a day

Run each day using

scala-cli run dayXX --main-class Main

About

My solution to the 2021 Advent of Code challenge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages