data class Ash(
var name: String = "Ash Thawley",
var age: Int = LocalDate.now().year - 2004,
var pronouns: String = "they/them",
val programmingLanguages: MutableList<String> = mutableListOf("Kotlin", "Java", "JS", "Python"),
val humanLanguages: MutableList<String> = mutableListOf("English", "Français", "Deutsch", "Cymraeg"),
var location: String = "Bangor, Wales"
)I'm Ash! I'm a developer, journalist, and musician from England. I'm the owner and lead developer at @AeoliaXYZ and I manage @CubeBuilders' MC server.
I've had this account since I was in high school, so there's bound to be some absolutely awful code I haven't ever bothered to take down on here. Do not judge me by my Python!
That's all I've got to say here, thank you for checking out my page.




