Optimize Go implementation

This commit is contained in:
Oleg Kovalov 2018-12-10 10:00:49 +01:00 committed by GitHub
parent 351c6c7802
commit 3dc770b638
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")
}
}