zhezhi chew

15
reputation
1
5
#include <stdio.h>
int main (void)
{
printf("Learning C code...\n");
return 0;
}