mirror of
https://github.com/devproje/devproje.git
synced 2025-04-22 08:39: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
|
||||
#include <stdio.h>
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
printf("Hello, World!\n");
|
||||
return 0;
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
printf("Hello, World!\n");
|
||||
return 0;
|
||||
}
|
||||
```
|
||||
```bash
|
||||
|
|
Loading…
Reference in a new issue