My First Blog Post
Welcome to my blog
This is a sample post written in MDX. You can use standard Markdown syntax here. Edited from CMS
Features
- Easy to write
- Supports code blocks
- Fast and lightweight
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}