55502f40dc8b7c769880b10874abc9d0

It is just for Test.

#include <stdio.h>

int main ()
{
    int i;

    i = 0;
 
    printf("%d\n", i);

    return 0
}

Refactorings

No refactoring yet !

F9a9ba6663645458aa8630157ed5e71e

Ants

January 10, 2012, January 10, 2012 14:52, permalink

No rating. Login to rate!
#include <stdio.h>
#include <stdlib.h>

int main()
{
    int value = 0;
    printf("%d\n", value);
    return EXIT_SUCCESS;
}

Your refactoring





Format Copy from initial code

or Cancel