Skip to content

Commit

Permalink
added code snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
vaishakhwastaken authored Oct 26, 2024
1 parent 96eb28f commit 6dcc3a6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@
###### This is a H6 header

![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)

```
$ git init
Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/
```
``` javascript
var myVar = "Hello, world!";
```

0 comments on commit 6dcc3a6

Please sign in to comment.