Skip to content

Commit

Permalink
add code examples
Browse files Browse the repository at this point in the history
  • Loading branch information
fishboro authored Jan 2, 2024
1 parent 70d8a1a commit 795c03e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,14 @@

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

This is a code example:
```
$ git init
Initialized empty Git repository in /Users/skills/Projects/recipe-repository/.git/
```

This is another code example:
``` javascript
var myVar = "Hello, world!";
```

0 comments on commit 795c03e

Please sign in to comment.