Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
Update e.rb
Browse files Browse the repository at this point in the history
Put all the `e`s on the same line
Use single quotes instead of double
  • Loading branch information
davefp committed Dec 10, 2018
1 parent 0f3dc26 commit b1c607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
loop do
puts "e"
print 'e'
end

0 comments on commit b1c607e

Please sign in to comment.