Rustで遊ぼう①公式ドキュメント・特徴

挨拶

プログラミング言語Rustはかなり人気になっている言語です。

インストール

curl https://sh.rustup.rs -sSf | sh

completed!!

Rust is installed now. Great!

To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
environment variable. Next time you log in this will be done
automatically.

Hello World


Next Post Previous Post
No Comment
Add Comment
comment url