diff options
Diffstat (limited to 'challenge-076/xkr47/README')
| -rw-r--r-- | challenge-076/xkr47/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/challenge-076/xkr47/README b/challenge-076/xkr47/README index 47ff27a9d5..3a820dfa73 100644 --- a/challenge-076/xkr47/README +++ b/challenge-076/xkr47/README @@ -1 +1,6 @@ Solution by Jonas Berlin. + +Install Rust from e.g. https://rustup.rs/ and run the rust solutions like follows: + +cd rust +cargo run --release --bin ch-2 -- grid.txt words.txt |
