Skip to content

Commit e1c0189

Browse files
committed
HashSet Code updated to Swift4
1 parent 0e0ae64 commit e1c0189

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-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.

0 commit comments

Comments
 (0)