Optimize e.go implementation
@ -1,11 +1,7 @@
package main
import (
"fmt"
)
func main() {
for {
fmt.Print("e")
print("e")
}