Skip to content

Commit 61400ea

Browse files
committed
Update Multiset to Swift 4.2
1 parent af10fe9 commit 61400ea

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)