#pragma once
#include <string>
std::string messageToMorse(std::string &msg);
std::string charToMorse(char ch);