Skip to content

Instantly share code, notes, and snippets.

@mantzas
Created January 24, 2016 20:28
Show Gist options
  • Save mantzas/a20bd96e6baead0c1370 to your computer and use it in GitHub Desktop.
Save mantzas/a20bd96e6baead0c1370 to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
)
func main() {
msg := "Hello World!"
fmt.Print(msg)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment