Skip to content

Instantly share code, notes, and snippets.

@jlyon1
Last active January 5, 2018 14:46
Show Gist options
  • Save jlyon1/6a5783b163a7c8f5ed26350ed65c0dbe to your computer and use it in GitHub Desktop.
Save jlyon1/6a5783b163a7c8f5ed26350ed65c0dbe to your computer and use it in GitHub Desktop.
package main
//This is a test golang gist for an online code compiler
import "fmt"
func main(){
for i := 0; i < 20; i ++{
fmt.Println("Hello world")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment