#!/usr/bin/env ruby # -*- coding: utf-8 -*- print("省吾\n") name = gets.chomp printf("私は%sです。\n", name)