Home
Posts
Presentations
About
First Post
Wed, Nov 24, 2021
One-minute read
Hello World
package main import "fmt" func main() { fmt.Println("hello world") }