#!/usr/local/bin/julia for c in collect('ぁ':'ん') println(c) end