diff --git a/e.go b/e.go index fec745c..410eb9d 100644 --- a/e.go +++ b/e.go @@ -1,11 +1,7 @@ package main -import ( - "fmt" -) - func main() { for { - fmt.Print("e") + print("e") } }