/royal-names-sorting

Sorting names with roman numeral in them.

Primary LanguageGoGNU General Public License v3.0GPL-3.0

royal-names-sorting

Sorting names with roman numeral in them.

How To

Run without compile:

go run main.go /path/to/input_file.txt /path/to/output_file.txt

Run with compile:

go build -o royal-rumble
./royal-rumble /path/to/input_file.txt /path/to/output_file.txt