Skip to content

Commit b8a2f19

Browse files
authored
Merge pull request #558 from shabirjan/HashSet-Swift4
Hash set Swift4
2 parents fdd9e04 + d2bb0d8 commit b8a2f19

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

Hash Set/HashSet.playground/Contents.swift

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

37
var set = HashSet<String>()
48

Hash Set/HashSet.playground/timeline.xctimeline

Lines changed: 0 additions & 6 deletions
This file was deleted.

Hash Table/HashTable.playground/Contents.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//: Playground - noun: a place where people can play
2+
23
#if swift(>=4.0)
34
print("Hello, Swift 4!")
45
#endif

0 commit comments

Comments
 (0)