This website requires JavaScript.
Explore
Help
Sign In
fun
/
advent-of-code-2020-rust
Watch
1
Star
0
Fork
0
You've already forked advent-of-code-2020-rust
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
16
Commits
2
Branches
0
Tags
7910024d93c5931f3c5a93e1f826ccd6d39d0dd3
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Bas Dado
7910024d93
[TASK] Cleaned up the Day 10 code (no need for 2D array, removed commented out code, using bitshift instead of switch/case)
2020-12-10 21:36:00 +01:00
.idea
Forgot to commit some files + small cleanup
2020-12-01 09:28:16 +01:00
input
[TASK] Solved Day 10 (finally)
2020-12-10 21:25:31 +01:00
src
[TASK] Cleaned up the Day 10 code (no need for 2D array, removed commented out code, using bitshift instead of switch/case)
2020-12-10 21:36:00 +01:00
.gitignore
ignore /.idea
2020-12-01 09:28:57 +01:00
Cargo.lock
[TASK] Solved day 2
2020-12-02 09:18:39 +01:00
Cargo.toml
[TASK] Solved day 2
2020-12-02 09:18:39 +01:00
Description
My solutions to the Advent of Code 2020, in Rust
161
KiB
Languages
Rust
100%