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 ```sh
~$ gcc -o message main.c [projecttl@fedora ~]$ make
~$ ./message 'Hello, World!' [projecttl@fedora ~]$ ./message 'Hello, World!'
Hello, World! Hello, World!
[projecttl@fedora ~]$
``` ```
<br/> <br/>