[ create a new paste ] login | about

Link: http://codepad.org/5zOu4NjN    [ raw code | output | fork ]

slevy1ster - C, pasted on May 19:
1
2
3
4
5
6
7
#include <stdio.h>
#include <string.h>

int main(void) {
    if ("0") printf("\%s", "zero");
  return 0;
}


Output:
1
zero


Create a new paste based on this one


Comments: