mirror of
https://github.com/bertptrs/adventofcode.git
synced 2025-12-26 13:20:32 +01:00
Add skeletons for all days
This commit is contained in:
3
2023/src/day25.rs
Normal file
3
2023/src/day25.rs
Normal file
@@ -0,0 +1,3 @@
|
||||
pub fn part1(_input: &[u8]) -> anyhow::Result<String> {
|
||||
anyhow::bail!("Not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user