You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Inga 🏳🌈
5443e45700
|
11 months ago | |
---|---|---|
day01-easy | 11 months ago | |
.gitignore | 11 months ago | |
README.md | 11 months ago |
README.md
AdventOfCode-2023-functional
Solutions to https://adventofcode.com/2023/
This is my first experience with Lisp, so the code is probably terrible.
Requirements: Guile 3 in /usr/bin
.
In a folder for a specific day,
- To run (assuming NuShell):
open sample.in | ./main.scm
; - To run (assuming bash):
./main.scm < sample.in
.