Hey there ✌🏻
Welcome to my Github profile.
var me = student {
    mates = "Equinox"
    travel {
        visited = mutableListOf("🇩🇪", "🇱🇮", "🇷🇺", "🇨🇭", "🇦🇹", "🇮🇹", "🇪🇸", "🇵🇹", "🇨🇿", "🇩🇰", "🇵🇱", "🇵🇾", "🇦🇷", "🇧🇷")
        upcoming = mutableListOf("🇨🇴", "🇮🇷", "🇵🇪", "🇪🇨", "🇨🇺", "🇬🇾", "🇹🇭", "🇻🇳", "🇮🇩", "🇨🇦")
    }
    languages {
        favored = mutableListOf("Kotlin", "Java", "Python3", "Dart")
        other = listOf("C#", "Haskell", "Scala", "Javascript", "Typescript", "PHP", "ABAP")
        natural = mapOf<String, Level>(
            "German" to Level.Fluent,
            "English" to Level.Fluent,
            "Spanish" to Level.Beginner,
            "Portuguese" to Level.Beginner)
    }
    interests = listOf("poetry", "🐴", "🏊🏻♂️", "tech", "🎵")
}A politics, journalism, economy and simulation for Android based on Jetpack Compose together with a few mates.
Just for the sake of training and exploring.
Kotlin is awesome ❤️ Give it a try.

