Back

/

Hello World

This is the beginning of something great!

Just making sure the syntax highlighting works here :)

package main

import "fmt"

func main() {
    fmt.Println("Hello, World!")
}