Update hello-cargo.md

This commit is contained in:
Nelo Onyiah 2015-04-17 00:02:17 +01:00
parent 1014ac44f6
commit d04b2047a7
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ we hadnt changed the source file, and so it just ran the binary. If we had
made a modification, we would have seen it do both:
```bash
$ cargo build
$ cargo run
Compiling hello_world v0.0.1 (file:///home/yourname/projects/hello_world)
Running `target/debug/hello_world`
Hello, world!