Skip to content

HardcodeCoder/hardcodecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

8 Commits
Β 
Β 
Β 
Β 

Repository files navigation




πŸ‘¨β€πŸ’» WhoAmI

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!"
}

πŸ”₯ HardcodeCoder's Profile Stats πŸ”₯

Github Stats Top Languages

About

Repository about whoami

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published