Skip to content

Instantly share code, notes, and snippets.

@epmallmann
Last active January 8, 2020 01:37
Show Gist options
  • Save epmallmann/85afed548daaeb67eb8d30ed32260b27 to your computer and use it in GitHub Desktop.
Save epmallmann/85afed548daaeb67eb8d30ed32260b27 to your computer and use it in GitHub Desktop.
simple_go_olar
package main
import "fmt"
func main() {
fmt.Println("Olar")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment