Skip to content

Instantly share code, notes, and snippets.

@justinpage
Created April 24, 2021 22:09
Show Gist options
  • Select an option

  • Save justinpage/59c081d2d3aa81975f4f76869984ba5e to your computer and use it in GitHub Desktop.

Select an option

Save justinpage/59c081d2d3aa81975f4f76869984ba5e to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
)
func main() {
fmt.Println("hello")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment