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.