Skip to content

Commit 34526e9

Browse files
committed
[Swift 4.2] Update Fizz Buzz
There was no need to update the source code, simply removed the code snippet.
1 parent f08d5fc commit 34526e9

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

Fizz Buzz/FizzBuzz.playground/Contents.swift

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
// last checked with Xcode 9.0b4
2-
#if swift(>=4.0)
3-
print("Hello, Swift 4!")
4-
#endif
1+
// last checked with Xcode 10.0 (10A255)
52

63
func fizzBuzz(_ numberOfTurns: Int) {
74
for i in 1...numberOfTurns {
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>IDEDidComputeMac32BitWarning</key>
6+
<true/>
7+
</dict>
8+
</plist>

0 commit comments

Comments
 (0)