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

5 lines
34 B
Go
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
func main() {
inf:
goto inf
}