gai-ca2/README.md

11 lines
145 B
Markdown

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