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.
2 parents 0e79c87 + d84f907 commit 5ed5d9fCopy full SHA for 5ed5d9f
templates/learn/get-started.hbs
@@ -68,9 +68,9 @@
68
<p><code>cargo run</code></p>
69
<p>You should see this in your terminal:</p>
70
<p><pre><code>$ cargo run
71
- Compiling getstart v0.1.0 (/Users/ag_dubs/rust/getstart)
+ Compiling hello-rust v0.1.0 (/Users/ag_dubs/rust/hello-rust)
72
Finished dev [unoptimized + debuginfo] target(s) in 1.34s
73
- Running `target/debug/getstart`
+ Running `target/debug/hello-rust`
74
Hello, world!</code></pre><p>
75
</div>
76
</section>
0 commit comments