Skip to content

Instantly share code, notes, and snippets.

@pedrolopesme
Created March 11, 2018 04:27
Embed
What would you like to do?
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