#!/usr/bin/env ruby
# -*- coding: utf-8
a="A"
printf("\e[1%s",a)
sleep(1)
print("\e[-2A")
sleep(1)
puts("ぬ")
