Skip to content

Advent of code, probably be in several languages for fun

Notifications You must be signed in to change notification settings

goblivend/Advent-of-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Advent-of-code

Advent of code, probably be in several languages for fun

Use

A new day :

Execute the build_day.sh file to generate the necessary files depending on the chosen language

You need to execute it like

. build_day.sh [hs]

Profiling :

Build the Haskell Docker Image:

docker build -t haskell-aoc .

Create a haskell Docker

docker run -it --rm --name haskell-aoc haskell-aoc

Keep it running in the background in order to launch your solutions on it

2021

Started coding in Shell, was too difficult, so finished in Python..

2022

Starting in shell and Haskell, will see how it goes

2023

2024

Continuing in haskell

Having fun trying to automate stuff as well