RosettaCodeData/Task/Flow-control-structures/Go/flow-control-structures-1.go

5 lines
34 B
Go

func main() {
inf:
goto inf
}