Skip to content

Commit fdd9e04

Browse files
authored
Merge pull request kodecocodes#561 from shabirjan/HashTable-Swift4
Hash Table Swift4
2 parents 3c4a643 + df5b59e commit fdd9e04

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Hash Table/HashTable.playground/Contents.swift

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
//: Playground - noun: a place where people can play
2-
2+
#if swift(>=4.0)
3+
print("Hello, Swift 4!")
4+
#endif
35
// Playing with hash values
46

57
"firstName".hashValue

0 commit comments

Comments
 (0)