fork(4) download
  1. #include <stdio.h>
  2.  
  3. f(char*s){return*s&&2130466>>*s&1^f(s+1);}
  4.  
  5. int main()
  6. {
  7. printf("%-6s: %u\n", "erees", f("erees") );
  8. return 0;
  9. }
Success #stdin #stdout 0s 2168KB
stdin
Standard input is empty
stdout
erees : 1