Skip to content

Commit 71a7827

Browse files
committed
[Swift 4] Update Topological Sort
1 parent 5ea9de2 commit 71a7827

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Diff for: Topological Sort/Topological Sort.playground/Contents.swift

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
//: Playground - noun: a place where people can play
22

3+
// last checked with Xcode 9.0b4
4+
#if swift(>=4.0)
5+
print("Hello, Swift 4!")
6+
#endif
7+
38
import UIKit
49

510
let graph = Graph()

Diff for: Topological Sort/Topological Sort.playground/timeline.xctimeline

-6
This file was deleted.

0 commit comments

Comments
 (0)