Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created October 1, 2019 23:10
Show Gist options
  • Select an option

  • Save 100daysofdevops/b04a8598cb1214094c879b24d441f1af to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/b04a8598cb1214094c879b24d441f1af to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
for true {
fmt.Println("This is an infinite loop \n")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment