Skip to content

Instantly share code, notes, and snippets.

@IdoZilberberg
Last active July 20, 2018 06:50
Show Gist options
  • Save IdoZilberberg/7477ece4a88f76c93e7afdae4f68f907 to your computer and use it in GitHub Desktop.
Save IdoZilberberg/7477ece4a88f76c93e7afdae4f68f907 to your computer and use it in GitHub Desktop.
First gist for testing
package main
import "fmt"
func main() {
fmt.Println("Hello first gist!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment