Sample blog post

Lalu Ahmad Ardiansyah — May 21, 2022
index.ts
console.log('Hello, World!')
main.go
package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}
This is just a sample blog post. This will be deleted after the first post is created.