Skip to content

Commit

Permalink
Added new file
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurwrls committed Oct 29, 2022
1 parent 60cb1a9 commit 2c79328
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 41 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ morseCodeArray.append(currMorse)

// Create an empty dictionary. This will hold morse code values as Keys and their english counter parts as Values
var morseToLetter: [String: String] = [:]

// Iterate through letterToMorse dictionary, add the keys as values and the values as keys to the morseToLetter dictionary
for (letter, morseChar) in letterToMorse {
morseToLetter[morseChar] = letter
Expand Down
41 changes: 0 additions & 41 deletions Codecademy.playground/Pages/Test_1.xcplaygroundpage/Contents.swift

This file was deleted.

0 comments on commit 2c79328

Please sign in to comment.