Skip to content

Commit

Permalink
Remove notice from Strassen Multiplication Matrix playground
Browse files Browse the repository at this point in the history
  • Loading branch information
imvm committed Oct 5, 2018
1 parent f08d5fc commit f24a004
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
//: 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

var A = Matrix(rows: 2, columns: 4, initialValue: 0)
Expand Down

0 comments on commit f24a004

Please sign in to comment.