We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713bf52 commit db1fc17Copy full SHA for db1fc17
Naive Bayes Classifier/NaiveBayes.playground/Contents.swift
@@ -1,5 +1,10 @@
1
import Foundation
2
3
+// last checked with Xcode 9.0b4
4
+#if swift(>=4.0)
5
+print("Hello, Swift 4!")
6
+#endif
7
+
8
/*:
9
## Naive Bayes Classifier
10
0 commit comments