Go to file
Yan Wittmann da49398f76 readme 2025-01-03 11:08:56 +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;
}