-module(j). -export([m/0]). m()->io:format([X||X<-io:get_chars('',999),X/=10]).