Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
The display method in programming languages
  • Loading branch information
AmarnathSooraj authored Nov 7, 2024
1 parent 80adcc6 commit f0dc2e2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,10 @@
##### Heading5.
###### Heading6.
![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)
#The display code.
```
printf("Hello World); in c
print("Hello World) in python
console.log("Hello World); javascript
System.out.println("Hello World"); in java
```

0 comments on commit f0dc2e2

Please sign in to comment.