-module(r). -export([m/0]). m()->io:format(lists:reverse(io:get_chars('',99))).