Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5ad16c5

Browse files
committed
day02
1 parent4573c10 commit5ad16c5

File tree

5 files changed

+1091
-1
lines changed

5 files changed

+1091
-1
lines changed

‎advent-of-code/2021/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ target/
55

66
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
77
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8-
Cargo.lock
8+
#Cargo.lock
99

1010
# These are backup files generated by rustfmt
1111
**/*.rs.bk

‎advent-of-code/2021/day02/Cargo.lock

Lines changed: 25 additions & 0 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎advent-of-code/2021/day02/Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[package]
2+
name ="day02"
3+
version ="0.1.0"
4+
authors = ["luk6xff <lukasz.uszko@gmail.com>"]
5+
edition ="2021"
6+
7+
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8+
9+
[dependencies]
10+
itertools ="0.9"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp