We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0678f6c commit 4eac0faCopy full SHA for 4eac0fa
DataTypes/BinaryExample.rs
@@ -0,0 +1,4 @@
1
+fn main() {
2
+ let MyBinary: u8 = 0b1010; // Binary representation of 10
3
+ println!("MyBinary: {}", MyBinary);
4
+}
0 commit comments