Skip to content

Commit 7a49e74

Browse files
authored
Merge pull request kodecocodes#533 from remlostime/array2d-swift
[Swift 4] Update Array2D
2 parents 70521cd + 9f7c12a commit 7a49e74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Array2D/Array2D.playground/Contents.swift

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
// last checked with Xcode 9.0b4
2+
#if swift(>=4.0)
3+
print("Hello, Swift 4!")
4+
#endif
5+
16
/*
27
Two-dimensional array with a fixed number of rows and columns.
38
This is mostly handy for games that are played on a grid, such as chess.

0 commit comments

Comments
 (0)