mirror of
https://github.com/devproje/devproje.git
synced 2025-04-22 11:49:52 +09:00
Update README.md
This commit is contained in:
parent
f41b146724
commit
53d3b48289
1 changed files with 3 additions and 2 deletions
|
@ -15,9 +15,10 @@ int main(int argc, char **argv) {
|
|||
}
|
||||
```
|
||||
```sh
|
||||
~$ gcc -o message main.c
|
||||
~$ ./message 'Hello, World!'
|
||||
[projecttl@fedora ~]$ make
|
||||
[projecttl@fedora ~]$ ./message 'Hello, World!'
|
||||
Hello, World!
|
||||
[projecttl@fedora ~]$
|
||||
```
|
||||
<br/>
|
||||
|
||||
|
|
Loading…
Reference in a new issue