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

5 lines
34 B
Go
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
func main() {
inf:
goto inf
}