Skip to content

Commit e1d704d

Browse files
committed
run by docker
1 parent f37f7a2 commit e1d704d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# aoc-2020-in-rust
22

33
```text
4-
$ cargo run --release --
4+
$ docker run --rm -it -v $(pwd):/project -w /project rust \
5+
cargo run --release --
56
67
--- Day 1: Historian Hysteria ---
78
Part One: 877971

0 commit comments

Comments
 (0)