summaryrefslogtreecommitdiffstats
path: root/src/doc/book/listings/ch02-guessing-game-tutorial/no-listing-01-cargo-new/output.txt
blob: 2724c145d3b44236a18322e2b5a4bdd41e10533c (plain)
1
2
3
4
5
$ cargo run
   Compiling guessing_game v0.1.0 (file:///projects/guessing_game)
    Finished dev [unoptimized + debuginfo] target(s) in 1.50s
     Running `target/debug/guessing_game`
Hello, world!