This commit is contained in:
MrBrain295
2021-04-08 23:43:22 -05:00
committed by GitHub
parent 4bcd8a1593
commit b6fe33ff81
2 changed files with 8 additions and 1 deletions

6
c/C* Normal file
View File

@@ -0,0 +1,6 @@
#include <stdio.h>
main()
{
printf("Hello World\n");
}