[ create a new paste ] login | about

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

kamarakay2000 - C, pasted on Apr 9:
1
2
3
4
#include<stdio.h>
int main(void){printf("Hello worlw \n ,I want to be a Software developer even if just one day in mylife.");
return 0;
}


Output:
1
2
Hello worlw 
 ,I want to be a Software developer even if just one day in mylife.


Create a new paste based on this one


Comments: