// Playground - noun: a place where people can play import Foundation import CryptoSwift let plaintext = "Lorem ipsum" let MD5 = plaintext.md5() func foo(param:String) -> Bool { assertionFailure("Don't") return false }