for Decode && Endcode your massage :)
Go to the scr/java/main/org.amirziya
Run F6 to running App
public interface InternationMorse {
String Encode(String word);
String Decode(String word);
}
I use Maven and two packages for Testing
@Test
Check_Encode_Data_of_A_B()
Check_Encode_Data_of_hello()
check_Decode_Data_of_A_B()
check_Decode_Data_of_Hello()