diff --git a/e.rb b/e.rb index 5f08ae1..146aec3 100644 --- a/e.rb +++ b/e.rb @@ -1,3 +1,3 @@ -while true -puts "e" +loop + puts "e" end