mirror of
https://github.com/XAMPPRocky/tokei.git
synced 2026-05-28 00:20:57 +02:00
11 lines
165 B
Ruby
11 lines
165 B
Ruby
#!/usr/bin/env ruby
|
|
# 11 lines 3 code 6 comments 2 blanks
|
|
|
|
=begin
|
|
Comment that only counts if detected as ruby
|
|
Comments
|
|
=end
|
|
|
|
while x > 2 and x < 10
|
|
x += 1
|
|
end |