diff --git a/e.rb b/e.rb index dff915d..0a51daf 100644 --- a/e.rb +++ b/e.rb @@ -1,3 +1,3 @@ loop do - puts "e" + print 'e' end