Eeeee EE #413 eeee cristaloleg/patch-1

Optimize e.go implementation
This commit is contained in:
iliana weller 2018-12-10 01:15:04 -08:00 committed by GitHub
commit 76bfd0e9db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
e.go
View File

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