Fork this repository, and clone it to your local machine.
Create a program, in a language of your choice, to read the input of in.txt, and sort it.
in.txt:1 34 2 54- Output:
1 2 34 54
Create a branch and do the challenge again in a different language