1
0
mirror of https://gitlab.com/MisterBiggs/aoc_2015-rust.git synced 2025-08-13 17:11:27 +00:00

Finished day 1

This commit is contained in:
2022-11-02 22:49:18 -06:00
commit 84e90489b2
6 changed files with 100 additions and 0 deletions

8
Cargo.toml Normal file
View File

@@ -0,0 +1,8 @@
[package]
name = "AoC2015"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]