[ create a new paste ] login | about

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

C, pasted on Apr 22:
1
2
3
4
5
6
7
#include <stdio.h>

void main( void )
{
  int ar[10] = {0};
  printf("Hello world");
}


Output:
1
Hello world


Create a new paste based on this one


Comments: