Skip to content

Commit e7b8f97

Browse files
committed
Hash Table migrated to Swift4
1 parent e1c0189 commit e7b8f97

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Hash Table/HashTable.playground/Contents.swift

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

58
"firstName".hashValue

0 commit comments

Comments
 (0)