We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83c46cf commit 8e6c983Copy full SHA for 8e6c983
Linked List/LinkedList.playground/Contents.swift
@@ -3,10 +3,6 @@
3
// For best results, don't forget to select "Show Rendered Markup" from XCode's "Editor" menu
4
5
//: Linked List Class Declaration:
6
-// last checked with Xcode 9.0b4
7
-#if swift(>=4.0)
8
-print("Hello, Swift 4!")
9
-#endif
10
11
public final class LinkedList<T> {
12
Linked List/LinkedList.playground/contents.xcplayground
@@ -1,4 +1,4 @@
1
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2
-<playground version='5.0' target-platform='osx' display-mode='rendered'>
+<playground version='5.0' target-platform='osx' display-mode='rendered' last-migration='1000'>
<timeline fileName='timeline.xctimeline'/>
</playground>
0 commit comments