[ create a new paste ] login | about

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

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

int main(int argc, char** argv)
{
    int a = 12345;

    printf("Hello %04d\n", a);

    return 0;
}


Create a new paste based on this one


Comments: