mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-07-02 08:25:41 +08:00
119 B
119 B
coin
// usage
chance.coin()
Flip a coin!
chance.coin();
=> 'heads'
chance.coin();
=> 'tails'