Skip to content

Commit

Permalink
Update example morse code
Browse files Browse the repository at this point in the history
  • Loading branch information
xorz57 committed Jun 5, 2024
1 parent 10c3385 commit 0b89a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,6 @@ class MorseCodePlayer {

int main() {
MorseCodePlayer morseCodePlayer;
morseCodePlayer.Play("... --- ...");
morseCodePlayer.Play(".... . .-.. .-.. --- / .-- --- .-. .-.. -..");
return 0;
}

0 comments on commit 0b89a29

Please sign in to comment.