Solving Codechef Problems using Haskell
Number Mirror
Problem
Write a program that takes a number N as the input, and prints it to the output.
Input Format
The only line contains a single integer.
Output Format
Output the answer in a single line.
Constraints
0≤N≤10^5
Sample 1:
Input
123
...
giriprasath.hashnode.dev1 min read