4 lines
65 B
Ruby
4 lines
65 B
Ruby
# -*- coding: utf-8 -*-
|
|
|
|
puts "あいうえお".bytesize
|
|
# => 15
|
# -*- coding: utf-8 -*-
|
|
|
|
puts "あいうえお".bytesize
|
|
# => 15
|