1
0
Fork 0
 
 
 
Go to file
Yan Wittmann 6087332d5e Planning 2025-01-03 14:51:00 +01:00
doc Planning 2025-01-03 14:51:00 +01:00
project Initialized project 2025-01-03 14:09:02 +01:00
.gitignore Initialized project 2025-01-03 14:09:02 +01:00
README.md readme 2025-01-03 11:08:56 +01:00

README.md

My first project

helo this is mai first progaming project

int main()
{
    printf("Hello, World!");
    return 0;
}