Skip to content

Instantly share code, notes, and snippets.

@nikita8
Last active November 13, 2018 03:54
Show Gist options
  • Save nikita8/e5e05f4037695634e9c3b552ed2286f8 to your computer and use it in GitHub Desktop.
Save nikita8/e5e05f4037695634e9c3b552ed2286f8 to your computer and use it in GitHub Desktop.
HelloWorldInGo
package main
// similar to require in ruby
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