Skip to content

Commit

Permalink
Update Run-Length Encoding to Swift 4
Browse files Browse the repository at this point in the history
Updated to Swift 4 and Xcode 9.0b4. No changes necessary.
  • Loading branch information
bobdel committed Jul 31, 2017
1 parent 4c340ab commit b26a44c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
5 changes: 5 additions & 0 deletions Run-Length Encoding/RLE.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 Foundation

let originalString = "aaaaabbbcdeeeeeeef"
Expand Down
6 changes: 0 additions & 6 deletions Run-Length Encoding/RLE.playground/timeline.xctimeline

This file was deleted.

0 comments on commit b26a44c

Please sign in to comment.