Update README.md

This commit is contained in:
WH64 2022-07-22 00:48:56 +09:00 committed by GitHub
parent f41b146724
commit 53d3b48289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/>