val developer = Developer(
name = "Jaen",
skills = listOf("Kotlin", "Java", "Python"),
tools = mapOf(
"Intellij IDEA" to "Coding",
"Visual Studio Code" to "Coding",
"Android Studio" to "App Development",
"Neovim" to "Text Editing"
),
technologies = listOf("MySQL", "Notion", "Linux", "Docker"),
interests = "Exploring new technologies and continuous learning",
currentChallenge = "Transforming ideas into impactful solutions"
)
Run this code here