%option main %option nounput %% [0-9]+ { putchar(atoi(yytext)); } .|\n ;