@ -0,0 +1,10 @@
# My first project
helo this is mai first progaming project
```#include <stdio.h>
int main()
{
printf("Hello, World!");
return 0;
}
```