From 35fdbcddc05ffcf55504a1f1e672858654ff43d5 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 1 Dec 2022 17:29:08 -0600 Subject: [PATCH] Fix readme --- 2022/rust/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2022/rust/readme.md b/2022/rust/readme.md index 8899476..882fdbd 100644 --- a/2022/rust/readme.md +++ b/2022/rust/readme.md @@ -20,7 +20,7 @@ need `curl` and your Advent of Code cookie in `~/.advent-of-code-session-cookie` to run the following script: ```bash -fetch_input.sh 1 +./fetch_input.sh 1 ``` Where `1` is the day's input you want to fetch.