Skip to content

Commit

Permalink
day_1: solution in rust
Browse files Browse the repository at this point in the history
  • Loading branch information
MellKam committed Dec 2, 2022
0 parents commit 70808ed
Show file tree
Hide file tree
Showing 6 changed files with 2,255 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target
3 changes: 3 additions & 0 deletions .rustfmt.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
indent_style = "Block"
hard_tabs = true
tab_spaces = 2
7 changes: 7 additions & 0 deletions Cargo.lock

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

5 changes: 5 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[workspace]
resolver = "2"
members = [
"day_1/rust",
]
Loading

0 comments on commit 70808ed

Please sign in to comment.