module Main where main = interact $ showOutput . process . readInput showOutput = id process = id readInput = id