먼저 VSC 를 설치해주세요.
https://code.visualstudio.com/download
Download Visual Studio Code - Mac, Linux, Windows
Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. Download Visual Studio Code to experience a redefined code editor, optimized for building and debugging modern web and cloud applications.
code.visualstudio.com
VSC 설치가 끝났다면 본격적인 러스트 세팅을 해봅시다.
https://www.rust-lang.org/tools/install
Rust Programming Language
A language empowering everyone to build reliable and efficient software.
www.rust-lang.org
위 사이트 문서에 따라 러스트를 설치해 주세요
설치가 끝났다면 CMD 를 열어
rustc --version
이 명령어를 입력해주세요
rustc x.y.z (abcabcabc yyyy-mm-dd)
이 정보가 보인다면, 여러분은 러스트를 성공적으로 설치한 것입니다!
다음 시간엔 Hello World! 를 출력하는 프로램을 만들어 봅시다.