logc / adventofgerbil

Solutions to Advent of Code puzzles in Gerbil Scheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advent of Gerbil

Solutions to Advent of Code puzzles in Gerbil Scheme.

Usage

Drop your puzzle input in a sub-directory of this project called data/<year>, e.g. data/2021 if you are solving puzzles for 2021. Each input should be a .txt file named as the day solved, e.g. day01.txt for the first day, day02.txt for the second day, etc.

Then you can solve a puzzle by issuing:

./solutions.ss --year 2021 --day 1

Development

Tests

Run all tests by issuing:

./tests.ss

License

This repository is licensed under the terms of the BSD 3-clause license. See LICENSE.

About

Solutions to Advent of Code puzzles in Gerbil Scheme

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Scheme 100.0%