Skip to content

Commit

Permalink
update palindrome implementation to Swift 4 with Xcode 9b4
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsumit1993 committed Jul 25, 2017
1 parent 78502b7 commit 3f0d697
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Palindromes/Palindromes.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

/**
Expand Down

0 comments on commit 3f0d697

Please sign in to comment.