to run the app frist download gcc with for debian run "sudo apt update" "sudo apt istall g++"
for fedora run "sudo dnf install g++"
for arch linux "sudo pacman -S gcc"
then compile the cpp file with "g++ -o morse_translator morse_translator.cpp"
and run "./morse_translator"
or
run "./run_morse.sh"