aboutsummaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Collapse)Author
2024-12-19Day 16Juan Marín Noguera
For this day I used `guile-pfds` as a dependency. To use it, run: ```sh apt install guile guix guix pull guix package -u guix install guile-pfds echo \ 'export GUILE_LOAD_PATH=$HOME/.guix-profile/share/guile/site/3.0' \ > ~/.profile . .profile ```
2024-12-05Update instructions to apply to GuileJuan Marín Noguera
Also rename `main` to `main.lua` and `main.scm` to `main`.
2024-12-01Day 01Juan Marín Noguera
This also includes a template to call the relevant functions from each day more conveniently.