We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4654ae8 commit e19882eCopy full SHA for e19882e
src/ch01-03-hello-cargo.md
@@ -266,7 +266,8 @@ directory. You can run the executable with this command:
266
以下のコマンドで実行ファイルを実行できます。
267
268
```console
269
-$ ./target/debug/hello_cargo # Windowsでは .\target\debug\hello_cargo.exe
+$ ./target/debug/hello_cargo # or .\target\debug\hello_cargo.exe on Windows
270
+$ # Windowsでは .\target\debug\hello_cargo.exe
271
Hello, world!
272
```
273
0 commit comments