Skip to content

Instantly share code, notes, and snippets.

View sharadchauhan0504's full-sized avatar

Sharad Chauhan sharadchauhan0504

View GitHub Profile
@joncardasis
joncardasis / CreditCardGenerator.playground
Created August 15, 2016 19:32
A Swift playground to generate valid credit card numbers for testing.
import Foundation
enum CreditCardType{
case Visa
case Visa13Digit
case MasterCard
case Discover
case AmericanExpress
case DinersClubUSA
case DinersClubCanada