From cd80aeb19061b9d222d24cdb4d0764a210536531 Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Wed, 3 Feb 2021 16:22:49 -0500 Subject: [PATCH] Fixed README instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5f52aa..49adc3e 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ If you can't (or don't want to) use the script, you can manually verify each exercise with the Zig compiler: ```bash -zig run exercises/01_hello.zig +zig run 01_hello.zig ``` ## TODO