[ create a new paste ] login | about

Link: http://codepad.org/0xjw6mbs    [ raw code | output | fork ]

C, pasted on Nov 13:
1
2
3
4
5
6
int main()
{
char*a="WelcometoXiyounet!";
a=a+11;
printf("%s",a);
}


Output:
1
2
younet!
Exited: ExitFailure 7


Create a new paste based on this one


Comments: