Advent of Code 2025
at main 66 B view raw
1#!/bin/bash 2 3ghc -Wall -odir build/ -hidir build/ -o aoc src/*.hs