-
Rust]유니코드 출력하는 방법 Unicode print코딩Coding/★Rust★기초★Syntax 2022. 4. 14. 22:41728x90
Rust 로 유니 코드 출력하는 방법 되게 쉽다 ㅋㅋㅋ
// unicode print fn main() { println!("\u{1f640}"); println!("\u{1f63b}"); }
결과
Running `target/debug/testrust`
🙀
😻
출처 :
프로그래밍 언어 러스트를 배웁시다! 147 Easy Rust in Korean: Std library tour 1
https://youtu.be/BIB15R0_yHI
rust연습]10진수 숫자 16진수로 알아보는 방법& 16진수를 10진수 숫자로 알아보는 방법 -
https://economiceco.tistory.com/m/13283반응형'코딩Coding > ★Rust★기초★Syntax' 카테고리의 다른 글
rust) DST(Dynamically Sized Types, 동적 크기 타입) (0) 2022.04.18 rust-주석과 변수타입 (0) 2022.04.18 Consumes and leaks the Box, returning a mutable reference, &'a mut T. (0) 2022.04.17 Rust's Rules Are Made to Be Broken(warp blog) (0) 2022.04.16 rust 비교 연산test == != string 비교하기eq, ne (0) 2022.04.14 Rust) What are the differences between String and str?차이점String vs str (0) 2022.04.13 Rust - String 기초 example 있음 (0) 2022.04.13 3 real-world visitor design pattern examples in Rust, JS, & C++ (0) 2022.04.13