Just a simple program that will take in a text file of single byte hex values (00-FF) and output them to the console as strings
after compiling, use via command line ./hx2tx sample_input.txt
will ignore whitespace and non-hex value characters, works with hex written in caps or non-caps or a mix.