Skip to content

Instantly share code, notes, and snippets.

View cg219's full-sized avatar
🏠
Working from home

Clemente G cg219

🏠
Working from home
View GitHub Profile
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/cg219/dotfiles/master/install.sh)"
let CreditCard = {
name: "Name",
cardNumber: "Card Number",
pin: "Pin",
code: "Security Code",
charge(amount) {},
availableCredit() {}
}