Skip to content

Commit 8e6c983

Browse files
committed
updated LinkedList.playground to swift 4.2
1 parent 83c46cf commit 8e6c983

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Linked List/LinkedList.playground/Contents.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
// For best results, don't forget to select "Show Rendered Markup" from XCode's "Editor" menu
44

55
//: Linked List Class Declaration:
6-
// last checked with Xcode 9.0b4
7-
#if swift(>=4.0)
8-
print("Hello, Swift 4!")
9-
#endif
106

117
public final class LinkedList<T> {
128

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<playground version='5.0' target-platform='osx' display-mode='rendered'>
2+
<playground version='5.0' target-platform='osx' display-mode='rendered' last-migration='1000'>
33
<timeline fileName='timeline.xctimeline'/>
44
</playground>

0 commit comments

Comments
 (0)