Skip to content

Instantly share code, notes, and snippets.

@NateWeiler
Created March 20, 2020 15:55
Show Gist options
  • Save NateWeiler/8b9f928054de05e303fb30772d62cc94 to your computer and use it in GitHub Desktop.
Save NateWeiler/8b9f928054de05e303fb30772d62cc94 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
fmt.Printf("hello world")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment