Skip to content

Commit c4cc977

Browse files
committed
2023 day 1 and 2 rust
1 parent 562f131 commit c4cc977

11 files changed

+1288
-1
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
build/
2-
aoc-env/
2+
aoc-env/
3+
**/**/target

2023/rust/day-1/Cargo.lock

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2023/rust/day-1/Cargo.toml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[package]
2+
name = "day-1"
3+
version = "0.1.0"
4+
edition = "2021"
5+
6+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7+
8+
[dependencies]

0 commit comments

Comments
 (0)