Skip to content
Snippets Groups Projects
Commit 28894503 authored by M33's avatar M33 :speech_balloon:
Browse files

Add new file

parent 4f674f84
No related merge requests found
v=ARGV
while v.size>0
a=v.first
r=0
('A'..'Z').each do |l|
r+=a.upcase.count(l)>=1?1:0
end
puts(a) if r==26
v.shift
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment