Skip to content

Instantly share code, notes, and snippets.

@dumindu
Created March 8, 2020 04:39
Show Gist options
  • Save dumindu/4c2bf51b8c28aae3a708d5abdb1f1da9 to your computer and use it in GitHub Desktop.
Save dumindu/4c2bf51b8c28aae3a708d5abdb1f1da9 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
sayHello()
}
func sayHello() {
fmt.Println("Hello world!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment