Skip to content

This program is designed for encrypting and translating Morse code.

Notifications You must be signed in to change notification settings

amirziyacode/Morse-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

This program is designed for encrypting and translating Morse code.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages