blog-ts/dummies/test1.md

159 B

Post Title

Introduction

Hi there! Do you see me?

import "fmt"

func main() {
    fmt.Println("hello world")
}

That's the hello world code!