Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.16 KB

README.md

File metadata and controls

50 lines (28 loc) · 1.16 KB

Mac-Terminal-app-icon GitHub stars GitHub forks

MorseCode

for Decode && Endcode your massage :)

SetUP!

Go to the scr/java/main/org.amirziya

Run F6 to running App

public interface InternationMorse {

    String Encode(String word);

    String Decode(String word);
}

dev

Development

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()

Test

TestImage