Update README.md

This commit is contained in:
WH64 2023-04-21 23:25:13 +09:00 committed by GitHub
parent ee0d36ee0d
commit a130964b9f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ int main(int argc, char **argv) {
return 0; return 0;
} }
``` ```
```sh ```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!
@ -23,6 +23,9 @@ Hello, World!
- HTML is **not** programming language. - HTML is **not** programming language.
<br/> <br/>
## Services
Comming soon
## Connect with me ## Connect with me
<a href="https://github.com/devproje"> <a href="https://github.com/devproje">
<img src="https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=github&logoColor=white"/> <img src="https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=github&logoColor=white"/>