mirror of
https://github.com/devproje/devproje.git
synced 2025-04-22 08:49:52 +09:00
Update README.md
This commit is contained in:
parent
ee0d36ee0d
commit
a130964b9f
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,7 @@ int main(int argc, char **argv) {
|
|||
return 0;
|
||||
}
|
||||
```
|
||||
```sh
|
||||
```bash
|
||||
[projecttl@fedora ~]$ gcc -o a.out main.c
|
||||
[projecttl@fedora ~]$ ./a.out
|
||||
Hello, World!
|
||||
|
@ -23,6 +23,9 @@ Hello, World!
|
|||
- HTML is **not** programming language.
|
||||
<br/>
|
||||
|
||||
## Services
|
||||
Comming soon
|
||||
|
||||
## Connect with me
|
||||
<a href="https://github.com/devproje">
|
||||
<img src="https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=github&logoColor=white"/>
|
||||
|
|
Loading…
Reference in a new issue