Added the initial blog
This commit is contained in:
16
content/_index.md
Normal file
16
content/_index.md
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
---
|
||||
|
||||
# Hey!
|
||||
|
||||
Look at that
|
||||
|
||||
```go
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Look at me, I am a program")
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user