Skip to content

Commit 88cfc01

Browse files
authored
Merge pull request kodecocodes#526 from remlostime/Top-Sort-Swift
[Swift 4] Update Topological Sort
2 parents c998bb1 + 71a7827 commit 88cfc01

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

Topological Sort/Topological Sort.playground/Contents.swift

Lines changed: 5 additions & 0 deletions
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()

Topological Sort/Topological Sort.playground/timeline.xctimeline

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)