diff --git a/e.cr b/e.cr index 74f38d0..1112933 100644 --- a/e.cr +++ b/e.cr @@ -1,3 +1 @@ -while true - puts "e" -end +loop { puts 'e' }