Category Archives: Language

Rust 요약(기초)

Rust 요약(기초)

설치하기

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

Hello, World!

프로젝트 생성

cargo new hello 
더보기