ferrugem olá mundo

ferrugem olá mundo

1) ferrugem Olá mundo

$ mkdir rust-tutorial
$ cd rust-tutorial/
$ cargo new hello-world
     Created binary (application) `hello-world` package
$ cargo run
   Compiling hello-world v0.1.0 (/Users/y50/rust-tutorial/hello-world)
    Finished dev [unoptimized + debuginfo] target(s) in 3.42s
     Running `/Users/y50/rust-tutorial/hello-world/target/debug/hello-world`
Hello, world!

Referência:

  1. The Cargo Book
Publicado 669 artigos originais · elogiou 194 · 1,27 milhão de visualizações

Acho que você gosta

Origin blog.csdn.net/u010953692/article/details/105485055
Recomendado
Clasificación