8 lines
53 B
Go
8 lines
53 B
Go
|
package main
|
||
|
|
||
|
func main() {
|
||
|
for {
|
||
|
print("e")
|
||
|
}
|
||
|
}
|