data class WhoAmI(
val name: String = "Ashuthosh",
val langs: List<String> = listOf(
"JAVA",
"Kotlin",
"C#"
"JavaScript",
"Shell",
"PowerShell",
"Python"
),
val editors: List<String> = listOf(
"Android Studio",
"VS Code",
"Visual Studio",
"PyCharm",
"Kate"
),
val hobbies: List<String> = listOf(
"Automating stuff in bash and powershell",
"Slimming down Windows",
"Debloating Android",
"Badminton",
"Cycling"
)
)
π―
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.