[ create a new paste ] login | about

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

C, pasted on Mar 20:
1
2
3
4
5
6
7
8
9
10
11
#include <stdio.h>
#include <stdlib.h>

int a = 1234567;
int main(void){

    printf("%d",a);

	
	return 0;
}


Output:
1
1234567


Create a new paste based on this one


Comments: