Last active
January 8, 2020 01:37
-
-
Save epmallmann/85afed548daaeb67eb8d30ed32260b27 to your computer and use it in GitHub Desktop.
simple_go_olar
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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