Skip to content

Commit 7518234

Browse files
committed
Revert "Updated Bit Set to Swift 4.2"
This reverts commit 4130f35.
1 parent d4d5b47 commit 7518234

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

Bit Set/BitSet.playground/Contents.swift

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

3+
// last checked with Xcode 9.0b4
4+
#if swift(>=4.0)
5+
print("Hello, Swift 4!")
6+
#endif
37

48
// Create a bit set that stores 140 bits
59
var bits = BitSet(size: 140)

swift-algorithm-club.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist

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

0 commit comments

Comments
 (0)