We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37f7a2 commit e1d704dCopy full SHA for e1d704d
README.md
@@ -1,7 +1,8 @@
1
# aoc-2020-in-rust
2
3
```text
4
-$ cargo run --release --
+$ docker run --rm -it -v $(pwd):/project -w /project rust \
5
+ cargo run --release --
6
7
--- Day 1: Historian Hysteria ---
8
Part One: 877971
0 commit comments