https://doc.rust-lang.org/rust-by-example/index.htmlRBE(Rust by Example)는 다양한 Rust 개념과 표준 라이브러리를 설명하는 실행 가능한 예제 모음Hello World - 전통적인 Hello World
https://doc.rust-lang.org/rust-by-example/hello.html전통적인 Hello World 프로그램
https://doc.rust-lang.org/rust-by-example/hello/comment.html모든 프로그램에는 주석이 필요하며 Rust는 몇 가지 다른 종류를 지원컴파일러가 무시하는 일반적인 주석// 줄의 끝까지 가는 줄 주석/\* 블럭 주석 \
https://doc.rust-lang.org/rust-by-example/hello/print.html인쇄는 std::fmt에 정의된 일련의 매크로에 의해 처리format! : 형식이 지정된 텍스트를 문자열에 쓰기print! : 콘솔(io::stdout)에