Skip to content

Instantly share code, notes, and snippets.

@Kdan
Created July 6, 2020 13:24
Show Gist options
  • Select an option

  • Save Kdan/64555cd276b2627bef68af5dfb710a46 to your computer and use it in GitHub Desktop.

Select an option

Save Kdan/64555cd276b2627bef68af5dfb710a46 to your computer and use it in GitHub Desktop.
protocol BType {
/// Validates the answer.
func validateAnswer() -> Bool
}
protocol CType {
/// The answer to the universe.
var number: Int { get }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment