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