Skip to content

Commit 4ecfaa1

Browse files
committed
Add day 1
1 parent b8be710 commit 4ecfaa1

File tree

6 files changed

+2061
-0
lines changed

6 files changed

+2061
-0
lines changed

.gitignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by Cargo
2+
# will have compiled files and executables
3+
**/target/
4+
5+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
6+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
7+
Cargo.lock
8+
9+
# These are backup files generated by rustfmt
10+
**/*.rs.bk
11+
12+
.directory

0 commit comments

Comments
 (0)