enum Pill {Orange,Blue }
fn choose_pill(pill: Pill) -> &'static str {
match pill {
Pill::Orange => "FREEDOM: Your keys, your coins",
Pill::Blue => "SLAVERY: Your CBDC, their rules"
}
}
🟠,🔵?

GM #nostr
enum Pill {Orange,Blue }
fn choose_pill(pill: Pill) -> &'static str {
match pill {
Pill::Orange => "FREEDOM: Your keys, your coins",
Pill::Blue => "SLAVERY: Your CBDC, their rules"
}
}
🟠,🔵?

GM #nostr
No replies yet.