mirror of
https://github.com/devproje/devproje.git
synced 2025-06-26 07:45:59 +09:00
Update README.md
This commit is contained in:
parent
1b4d84a42e
commit
1bc2c30c06
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@ int main(int argc, char **argv)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
```bash
|
```bash
|
||||||
[projecttl@fedora ~]$ gcc -o a.out main.c
|
[projecttl@fedora:~$ gcc -o a.out main.c
|
||||||
[projecttl@fedora ~]$ ./a.out
|
[projecttl@fedora:~$ ./a.out
|
||||||
Hello, World!
|
Hello, World!
|
||||||
[projecttl@fedora ~]$
|
[projecttl@fedora:~$
|
||||||
```
|
```
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue