Mac to [email protected] • 2 years agoImplementing Tic Tac Toe with 170mb of HTML - no JS or CSSportswigger.netexternal-linkmessage-square26fedilinkarrow-up1135cross-posted to: [email protected]
arrow-up1135external-linkImplementing Tic Tac Toe with 170mb of HTML - no JS or CSSportswigger.netMac to [email protected] • 2 years agomessage-square26fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish13•2 years agochar* fizzbuzz(int n) { switch (n) { case 0: return "fizzbuzz"; case 1: return "1"; case 2: return "2"; case 3: return "fizz"; case 4: return "4"; case 5: return "buzz"; ... } }
minus-square@[email protected]linkfedilink7•2 years agoA terrifying number of people think like that.
A terrifying number of people think like that.