go-tour/forever.go

7 lines
40 B
Go
Raw Permalink Normal View History

2020-02-05 03:44:36 +00:00
package main
func main() {
for {
}
}