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

Commit6543715

Browse files
committed
Merge branch 'master' of github.com:luk6xff/Algo
2 parents011f776 +6fd5566 commit6543715

File tree

10 files changed

+3213
-0
lines changed

10 files changed

+3213
-0
lines changed

‎advent-of-code/2021/.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Generated by Cargo
2+
# will have compiled files and executables
3+
debug/
4+
target/
5+
6+
# Remove Cargo.lock from gitignore if creating an executable, leave it for libraries
7+
# More information here https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
8+
#Cargo.lock
9+
10+
# These are backup files generated by rustfmt
11+
**/*.rs.bk
12+
13+
# MSVC Windows builds of rustc generate these, which store debugging information
14+
*.pdb

‎advent-of-code/2021/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#Advent of Code 2021 in Rust
2+
[Advent of Code 2021](https://adventofcode.com/2021) solutions by luk6xff in the Rust programming language.

‎advent-of-code/2021/day01/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/day01/Cargo.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[package]
2+
name ="day01"
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