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

Commit7bb2433

Browse files
committed
Common structure done
1 parent87fe64d commit7bb2433

File tree

22 files changed

+327
-478
lines changed

22 files changed

+327
-478
lines changed

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[package]
2-
name ="Advent-Of-Code-2021-by-luk6xff"
2+
name ="aoc2021_by_luk6xff"
33
version ="0.1.0"
44
authors = ["luk6xff <lukasz.uszko@gmail.com>"]
55
edition ="2021"

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,8 @@
11
#Advent of Code 2021 in Rust
22
[Advent of Code 2021](https://adventofcode.com/2021) solutions by luk6xff in the Rust programming language.
3+
4+
5+
###Build and run the solutions
6+
```
7+
cd src && cargo run
8+
```

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

Lines changed: 0 additions & 25 deletions
This file was deleted.

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

Lines changed: 0 additions & 10 deletions
This file was deleted.

‎advent-of-code/2021/day01/src/main.rs

Lines changed: 0 additions & 36 deletions
This file was deleted.

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

Lines changed: 0 additions & 25 deletions
This file was deleted.

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

Lines changed: 0 additions & 10 deletions
This file was deleted.

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

Lines changed: 0 additions & 25 deletions
This file was deleted.

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

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp