Skip to content

Instantly share code, notes, and snippets.

View Nemika-Haj's full-sized avatar
🐶
No borf?

Nemika__ Nemika-Haj

🐶
No borf?
View GitHub Profile
@OpenSrcerer
OpenSrcerer / lgbtqpp.kt
Last active September 21, 2023 16:30
LGBTQ++
// This is a description of Genders, Sexual interests and orientations through the means of code.
// Femboys
class Guy : Girl
// Lesbians
class Girl {
fun wooHoo(otherGirl: girl) {
otherGirl.scissor(this);
}