fun main() {
val code = listOf("Kotlin", "Python", "JavaScript", "PHP", "Bash")
val mobileDev = listOf("Android")
val currentOccupation = listOf("3rd year bachelor student")
val onGoingProjects = listOf("Null")
aboutMe(code, mobileDev, currentOccupation, onGoingProjects)
}
fun aboutMe(
code: List<String>,
mobileDev: List<String>,
currentOccupation: List<String>,
onGoingProjects: List<String>
) {
println("Code: ${code.joinToString()}")
println("Technologies:")
println(" Mobile Development: ${mobileDev.joinToString()}")
println("Current Occupation: ${currentOccupation.joinToString()}")
println("On Going Projects: ${onGoingProjects.joinToString()}")
println("Wish: be able to buy bug spray to spray my codes with")
}
- Slovakia
-
23:21
(UTC +01:00)
Highlights
- Pro
Popular repositories Loading
-
Material-You-Tic-Tac-Toe
Material-You-Tic-Tac-Toe PublicMaterial You Tic Tac Toe Android game.
-
linux-server-info
linux-server-info PublicA very light weight Linux Machine/Server monitoring tool that allows you to... monitor your machine by Android App. And without need of running it as sudo... Once configured. Android App supports a…
-
Rozvrh-App-Public
Rozvrh-App-Public PublicMy personal time table Android App. It was created because my university has shutdown school app and I could not find any app that would suit my needs and supports material 3 design. App has 2 vers…
Kotlin 10
-
cpuminer-arm
cpuminer-arm PublicCPU Miner for devices based on ARM architecture like Raspberry Pi and even Android!
Assembly 7
-
-
jasmine_sprout_ota
jasmine_sprout_ota PublicSimple file used for checking for new system updates of my Android custom rom builds of LineageOs for Xiaomi Mi A2.
If the problem persists, check the GitHub status page or contact support.