mirror of
https://github.com/clearlinux/dockerfiles.git
synced 2026-05-01 04:23:39 +00:00
6 lines
113 B
Ruby
6 lines
113 B
Ruby
abc = ["a", "b", "c", "d", "e", "f", "g", "h", "i", "j"]
|
|
|
|
# Add your code below!
|
|
|
|
puts abc.collect{ |x| x + "!"}
|