Skip to content

Commit

Permalink
Add code block to index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CaroByte authored Jan 17, 2025
1 parent d216e30 commit 1bbaf7f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,12 @@
###### OK not its time to get started, lets go!

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

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

0 comments on commit 1bbaf7f

Please sign in to comment.