We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 665b526 + c03c0a5 commit 1eb05baCopy full SHA for 1eb05ba
Longest Common Subsequence/LongestCommonSubsequence.playground/Contents.swift
@@ -1,3 +1,8 @@
1
+// last checked with Xcode 9.0b4
2
+#if swift(>=4.0)
3
+print("Hello, Swift 4!")
4
+#endif
5
+
6
extension String {
7
public func longestCommonSubsequence(_ other: String) -> String {
8
Longest Common Subsequence/LongestCommonSubsequence.playground/contents.xcplayground
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<playground version='5.0' target-platform='ios'>
<timeline fileName='timeline.xctimeline'/>
-</playground>
+</playground>
0 commit comments