Skip to content

Commit ace62f8

Browse files
authored
Merge pull request kodecocodes#785 from BNTR/swift-4-2-multiset
[Swift 4.2] Update Multiset
2 parents f5b68c1 + 61400ea commit ace62f8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Multiset/Multiset.playground/Contents.swift

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

3-
#if swift(>=4.0)
4-
print("Hello, Swift 4!")
5-
#endif
6-
73
import Cocoa
84

95
var set = Multiset<String>()

0 commit comments

Comments
 (0)