[ create a new paste ] login | about

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

C, pasted on Aug 10:
1
2
3
4
5
6
7
8
int main(void) {

   int total =5;
   
   printf("the total is %d",total);

   return 0;
}


Output:
1
the total is 5


Create a new paste based on this one


Comments: