Added the initial blog

This commit is contained in:
2024-01-24 21:09:33 -06:00
commit cc119f1d59
6 changed files with 30 additions and 0 deletions

16
content/_index.md Normal file
View 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")
}
```