-module(d). -export([m/0]). m()->io:get_line(''),io:format(io:get_chars('',99)).