[ create a new paste ] login | about

Link: http://codepad.org/1qOqxWc1    [ raw code | output | fork ]

slevy1ster - C, pasted on Jan 29:
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>
#include <strings.h>

int main(void){

char * str = "\01234";

printf("%s\n",str);

return 0;
}


Output:
1
2

34


Create a new paste based on this one


Comments: