mirror of
https://github.com/devproje/devproje.git
synced 2025-04-22 11:09:53 +09:00
Update README.md
This commit is contained in:
parent
062b32a38e
commit
32a7df0afd
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
```c
|
```c
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int main(int argc, char **argv) {
|
int main(int argc, char **argv)
|
||||||
printf("Hello, World!\n");
|
{
|
||||||
return 0;
|
printf("Hello, World!\n");
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue