Skip to content

Commit

Permalink
Merge pull request kodecocodes#785 from BNTR/swift-4-2-multiset
Browse files Browse the repository at this point in the history
[Swift 4.2] Update Multiset
  • Loading branch information
richard-ash authored Oct 30, 2018
2 parents f5b68c1 + 61400ea commit ace62f8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Multiset/Multiset.playground/Contents.swift
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
//: Playground - noun: a place where people can play

#if swift(>=4.0)
print("Hello, Swift 4!")
#endif

import Cocoa

var set = Multiset<String>()
Expand Down

0 comments on commit ace62f8

Please sign in to comment.