Compare commits

..

No commits in common. "9f87f2a45a77782df7c6f715e4124304c5af8d25" and "7baa8b451a8870f08ed07fe03fbff4037e419d68" have entirely different histories.

7
main.c
View file

@ -1,7 +0,0 @@
#include <stdio.h>
int main()
{
printf("Hello world!\n");
return 0;
}