Skip to content

Commit d1cbc61

Browse files
committed
Add: helloworld.md complet
1 parent b271c1b commit d1cbc61

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

helloworld.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Hello, World!
2+
![Hello](helloworld.png)
3+
4+
```C
5+
#include<stdio.h>
6+
7+
int main()
8+
{
9+
printf("Hello World");
10+
return 0;
11+
}
12+
```
13+
- C/C++
14+
- Haskell
15+
- Java
16+
17+
---
18+
1. Python
19+
2. Assembly

0 commit comments

Comments
 (0)