├── .gitignore ├── screenshot.png ├── stripe-1.cr ├── stripe-4.fs ├── stripe-3.tf ├── stripe-2.php └── README.md /.gitignore: -------------------------------------------------------------------------------- 1 | *.tfstate 2 | -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexwlchan/asexual/skilled-vexillographer/screenshot.png -------------------------------------------------------------------------------- /stripe-1.cr: -------------------------------------------------------------------------------- 1 | cakes = ["🍰", "🎂", "🧁"] 2 | puts "Would you care for another piece of cake? " + cakes.join(", ") 3 | -------------------------------------------------------------------------------- /stripe-4.fs: -------------------------------------------------------------------------------- 1 | ["protec"; "attac"; "no sexual attrac"] |> String.concat ", " |> printfn "Asexual values are %s";; 2 | -------------------------------------------------------------------------------- /stripe-3.tf: -------------------------------------------------------------------------------- 1 | output "asexual_goals" { 2 | value = "When “Netflix and Chill” means actually watching Netflix" 3 | } 4 | -------------------------------------------------------------------------------- /stripe-2.php: -------------------------------------------------------------------------------- 1 |