Skip to content

Commit

Permalink
[Swift 4] Update Topological Sort
Browse files Browse the repository at this point in the history
  • Loading branch information
remlostime committed Jul 30, 2017
1 parent 5ea9de2 commit 71a7827
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Topological Sort/Topological Sort.playground/Contents.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
//: Playground - noun: a place where people can play

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

import UIKit

let graph = Graph()
Expand Down

This file was deleted.

0 comments on commit 71a7827

Please sign in to comment.