Skip to content

Commit

Permalink
Day 1 & Day 2
Browse files Browse the repository at this point in the history
  • Loading branch information
yshing committed Dec 2, 2021
1 parent 31055a4 commit 45f0253
Show file tree
Hide file tree
Showing 9 changed files with 3,092 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
debug/
target/
**/*.rs.bk
7 changes: 7 additions & 0 deletions day1/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions day1/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[package]
name = "day1"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
Loading

0 comments on commit 45f0253

Please sign in to comment.