Initial commit.

This commit is contained in:
2024-01-07 13:49:58 +01:00
commit 483ab1a8bd
6 changed files with 181 additions and 0 deletions

12
Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "advent-of-code-2015"
version = "0.1.0"
authors = ["Johannes <freelon@gmx.net>"]
edition = "2021"
[lib]
bench = false
[dependencies]
aoc-runner = "0.3.0"
aoc-runner-derive = "0.3.0"