Types - Easy Rust

PHOTO EMBED

Wed Jan 31 2024 11:17:56 GMT+0000 (Coordinated Universal Time)

Saved by @CrazDragon

fn main() {
    let my_number = 100;
    println!("{}", my_number as u8 as char);
}
content_copyCOPY

https://dhghomon.github.io/easy_rust/Chapter_7.html