-module(d). -export([m/0]). m()->[io:format([C,C])||C<-io:get_chars('',999)].