1
0
Fork 0
gai-ca2/README.md

145 B

My first project

helo this is mai first progaming project

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