From f24a004b0420dcd3dc3156b368852e30b9841e89 Mon Sep 17 00:00:00 2001 From: imvm Date: Fri, 5 Oct 2018 02:51:06 -0300 Subject: [PATCH] Remove notice from Strassen Multiplication Matrix playground --- .../StrassensMatrixMultiplication.playground/Contents.swift | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Strassen Matrix Multiplication/StrassensMatrixMultiplication.playground/Contents.swift b/Strassen Matrix Multiplication/StrassensMatrixMultiplication.playground/Contents.swift index 409e28c52..6b9314557 100644 --- a/Strassen Matrix Multiplication/StrassensMatrixMultiplication.playground/Contents.swift +++ b/Strassen Matrix Multiplication/StrassensMatrixMultiplication.playground/Contents.swift @@ -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)