Skip to content

Commit db1fc17

Browse files
committed
Update Naive Bayes Classifier to Swift 4
Updated to Swift 4 and Xcode 9.0b4. No changes necessary.
1 parent 713bf52 commit db1fc17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Naive Bayes Classifier/NaiveBayes.playground/Contents.swift

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
import Foundation
22

3+
// last checked with Xcode 9.0b4
4+
#if swift(>=4.0)
5+
print("Hello, Swift 4!")
6+
#endif
7+
38
/*:
49
## Naive Bayes Classifier
510

0 commit comments

Comments
 (0)