Skip to content
Snippets Groups Projects
Commit ef746181 authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Morsecode für 2 war fehlerhaft

parent 710bc8f9
No related branches found
No related tags found
1 merge request!108Morsecode für 2 war fehlerhaft
......@@ -44,7 +44,7 @@ public class Morsecode {
this.codeMap.put("Z", "--..");
this.codeMap.put(" ", "-...-");
this.codeMap.put("1", ".----");
this.codeMap.put("2", ".----");
this.codeMap.put("2", "..---");
this.codeMap.put("3", "...--");
this.codeMap.put("4", "....-");
this.codeMap.put("5", ".....");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment