AlbertViscasillasCodingTest Usage At terminal: $ cd AlbertViscasillasCodingTest $ ruby main.rb file_input_name file_output_name Usage example Create file named "INPUT": 5 5 1 2 N LMLMLMLMM 3 3 E MMRMMRMRRM Execute: $ cd AlbertViscasillasCodingTest $ ruby main.rb INPUT OUTPUT View the output at OUTPUT file: 1 3 N 5 1 E