Skip to content

Commit 8cb1f1e

Browse files
authored
Merge pull request kodecocodes#840 from KelCodesStuff/Swift-4.2-Hash-Table
[Swift 4.2] Updated Hash Table
2 parents 55b6907 + 67ecdda commit 8cb1f1e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Hash Table/HashTable.playground/Contents.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
//: Playground - noun: a place where people can play
22

3-
#if swift(>=4.0)
4-
print("Hello, Swift 4!")
5-
#endif
63
// Playing with hash values
74

85
"firstName".hashValue
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)