Update README.md

This commit is contained in:
WH64 2023-12-07 22:42:50 +09:00 committed by GitHub
parent 1b4d84a42e
commit 1bc2c30c06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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