[ create a new paste ] login | about

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

C, pasted on Jul 24:
1
2
3
4
5
6
#include<stdio.h>
int main(){
    int array[] = {};
    printf("\n Grijesh Chauhan\n");
    return 1; 
}


Output:
1
2

 Grijesh Chauhan


Create a new paste based on this one


Comments: