Dave Gauer 4 лет назад
Родитель
Сommit
cd80aeb190
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
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