farmeter / random

0 stars 0 forks source link

Rust 2. 설치 #30

Open farmeter opened 4 years ago

farmeter commented 4 years ago

러스트를 설치

rustup : 러스트 및 관련 도구들을 관리하는 커맨드라인 도구

$ curl https://sh.rustup.rs -sSf | sh
$ rustc --version
# main.rs

fn main() {
    println!("Hello, world!");
}
farmeter commented 4 years ago

https://rinthel.github.io/rust-lang-book-ko/ch01-01-installation.html