Silly stuff
This commit is contained in:
parent
7e6a2ea52b
commit
9f431fcb11
@ -1,3 +1,9 @@
|
||||
fn main() {
|
||||
println!("Hello, world!");
|
||||
|
||||
println!("0x{:x}", 0b1111_1010_1111_1010_1111_1010_1111);
|
||||
println!("0b{:b}", 0xfafafaf);
|
||||
println!("{}", 0xfafafaf);
|
||||
println!("{}", 0xfeefee);
|
||||
println!("0b{:b}", 0xfeefee);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user