Update e.rb

Put all the `e`s on the same line
Use single quotes instead of double
This commit is contained in:
David Underwood 2018-12-10 13:47:31 -05:00 committed by GitHub
parent 0f3dc26291
commit b1c607e366
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
e.rb
View File

@ -1,3 +1,3 @@
loop do
puts "e"
print 'e'
end