package main import "fmt" func name(A int){ Q := 0 P: if Q < A { Q+=1 fmt.Print(string(rune(Q))) goto P } } func main() { fmt.Println("Hello world!") name(100000000) }
To embed this project on your website, copy the following code and paste it into your website's HTML: