1
0
Fork 0
main
Yan Wittmann 2025-01-03 11:08:56 +01:00
commit da49398f76
1 changed files with 10 additions and 0 deletions

10
README.md 100644
View File

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