section-1.swift 230 B

12345678910111213
  1. // Playground - noun: a place where people can play
  2. import Foundation
  3. import CryptoSwift
  4. let plaintext = "Lorem ipsum"
  5. let MD5 = plaintext.md5()
  6. func foo(param:String) -> Bool {
  7. assertionFailure("Don't")
  8. return false
  9. }