Newer
Older
Ruby / yasai.rb
@ABE Sota ABE Sota on 30 Sep 2023 180 bytes 2023-09-30 19:04:27
#!/usr/bin/env ruby
# -*- coding: utf-8 -*-

kodamono = ["りんご","みかん","バナナ"]
nedan = [130,80,100]
printf("%sの値段は%d円です。 \n", kudamono[0], nedan[0])