Skip to content

Instantly share code, notes, and snippets.

@ijsnow
Created September 24, 2018 21:46
Show Gist options
  • Save ijsnow/8c9b50ad8782329b8fc227bacabb4e2e to your computer and use it in GitHub Desktop.
Save ijsnow/8c9b50ad8782329b8fc227bacabb4e2e to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
fmt.Println("Hello, world!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment