LoginSignup
1
0

More than 5 years have passed since last update.

Rubya~zまで出力

Last updated at Posted at 2018-10-09
puts [*?a..?z]
#?aで文字リテラル化している
#参考https://docs.ruby-lang.org/ja/latest/doc/spec=2fliteral.html
=begin
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
=end
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0