A very simple code to describe emotions or how does this work in real life?!?? ;)
```rust
#[allow(warnings)]
fn main() {
let mut emo: &str;
match 1 + 1 == 0b10 {
true => emo = "π€",
_ => emo = "π΅βπ«",
};
println!("Perception: {}", emo);
}
```
#digital #math #binary #nerdjoke #nerd #coding #simpel #code #rust #rustlang #programming #codejokes #it #feelings #emotions #perception #itjoke