Skip to content

Commit

Permalink
Update Naive Bayes Classifier to Swift 4
Browse files Browse the repository at this point in the history
Updated to Swift 4 and Xcode 9.0b4. No changes necessary.
  • Loading branch information
bobdel committed Jul 31, 2017
1 parent 713bf52 commit db1fc17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Naive Bayes Classifier/NaiveBayes.playground/Contents.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
import Foundation

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

/*:
## Naive Bayes Classifier

Expand Down

0 comments on commit db1fc17

Please sign in to comment.