Rust(r2 Blame)

r2
r2
1{{{#!syntax rust
2fn main() {
3 println!("hello, world!");
4}
5}}}[[https://crates.io|[[파일:홈페이지 아이콘.svg|width=25px]]]],,crates.io,,[* rust계의 npm] [[https://github.com/rust-lang/rust|[[파일:GitHub 아이콘 light.svg|width=25px&theme=light]]]][[https://github.com/rust-lang/rust|[[파일:GitHub 아이콘 dark.svg|width=25px&theme=dark]]]],,github,,
6메모리 안전성을 중요시 여기는 언어이다. 모질라 제단에서 관리하다가 러스트 제단으로 넘어왔다.
7
8페리스라는 마스코트가 있다.
9== 특징 ==
10 * 컴파일 언어이다.
11 * 컴파일 시간에 대부분의 런타임 에러를 잡아낸다.