5 lines
34 B
Go
5 lines
34 B
Go
|
|
func main() {
|
||
|
|
inf:
|
||
|
|
goto inf
|
||
|
|
}
|