object AboutMe {
val name = "Mohammad"
val education = "Self-Taught"
val focus = setOf("Mobile", "Backend")
fun philosophy() = "When love shapes what you create, and compassion guides whom you create it for, beautiful things naturally follow."
val whatIDo = listOf(
"Android (Java/Kotlin)",
"Terminal Tools (Python)",
"Client Projects",
"Google Play Publishing",
"Arabic Tech Articles"
)
fun contact() {
print("Feel free to reach out!")
}
}