Skip to content

Commit

Permalink
updated LinkedList.playground to swift 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
varun989 committed Oct 11, 2018
1 parent 83c46cf commit 8e6c983
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Linked List/LinkedList.playground/Contents.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
// For best results, don't forget to select "Show Rendered Markup" from XCode's "Editor" menu

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

public final class LinkedList<T> {

Expand Down
2 changes: 1 addition & 1 deletion Linked List/LinkedList.playground/contents.xcplayground
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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 comments on commit 8e6c983

Please sign in to comment.