class WhoAmI {
val name = "Ashuthosh Patoa"
val aka = "HardcodeCoder"
val languages = listOf(
"Kotlin",
"Java",
"C#",
"Python",
"JavaScript",
"Shell",
"PowerShell",
"C",
)
val editors = listOf(
"Android Studio",
"IntelliJ",
"VS Code",
"Kate",
"Notepad++",
"nano",
"Zed",
"Visual Studio",
)
val timeKillers = listOf(
"Cycling",
"Badminton",
"Debloating Windows",
"Automating through CLI",
)
override fun toString() = "WhoAmI: Noob!"
}
π―
Focusing
Pinned Loading
-
-
material-components/material-components-android
material-components/material-components-android PublicModular and customizable Material Design UI components for Android
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.