~grauwoelfchen/aocc

Advent of Code Challenges
Change structs to modules
Split solutions into modules
Update README.md

refs

trunk
browse  log 

clone

read-only
https://git.sr.ht/~grauwoelfchen/aocc
read/write
git@git.sr.ht:~grauwoelfchen/aocc

You can also use your local clone with git send-email.

#AoCC

Advent of Code Challenges

#How to check

Choose the year and give a day number like day1 as followings.

#Rust

% cd src/2023
% cargo run -p aocc-2023 day1 --release

#Q

% cd src/2023
% q ./src/q/day1.q

#License

GPL-3.0-or-later

AoCC
Copyright (C) 2023 Yasha

This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.