1
0

8 lines
53 B
Go
Raw Permalink Normal View History

2019-06-15 15:31:01 -06:00
package main
func main() {
for {
print("e")
}
}