Skip to content

Instantly share code, notes, and snippets.

View zengqu's full-sized avatar
😀
Focusing

Zenk zengqu

😀
Focusing
  • 中国珠海市
  • 21:07 (UTC +08:00)
View GitHub Profile
@clippit
clippit / gist:2118324
Created March 19, 2012 16:32
Play a 24 Game with four 0s
#include <stdio.h>
int main() {
printf("%d\n", '0'/(('0'+'0')/'0'));
printf("%d\n", '0'>>'0'/'0'+0);
printf("%d\n", -~-~-~-~-~-~0-~-~-~-~-~-~0-~-~-~-~-~-~0-~-~-~-~-~-~0);
return 0;
}