a haskell-based language calendar generator for advent of code
inputs
languagesWithWeights
= your desired languages with weights
outputs
calendar
= a calendar that has randomly picked languages for each day,
meaning you have to solve that day's puzzle in that language
- clone the repo
- set your desired languages with weights in
generator.hs
- run
cabal run
to generate the calendar - the calendar will be found in
calendar.txt