Skip to content

Instantly share code, notes, and snippets.

@lucapiccinelli
Created December 18, 2020 06:38
Show Gist options
  • Save lucapiccinelli/c6167eac00eeec3f6418e43ee4f740b8 to your computer and use it in GitHub Desktop.
Save lucapiccinelli/c6167eac00eeec3f6418e43ee4f740b8 to your computer and use it in GitHub Desktop.
data class BuyCryptoInfo(
val username: String,
val phoneNumber: PhoneNumber,
val creditCard: CreditCard,
val kycVerification: KycVerificationData)
fun becomeRich(crypto: CryptoInfo, buyInfo: BuyCryptoInfo) = TODO("conquer the world")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment