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")
}
marek-guran
Follow
I have no idea what I am doing... But it looks like it is working!
- Slovakia
-
06:35
(UTC +01:00) - https://marek-guran.tech/
- in/marek-guran
- @marek_guran@mastodon.social
Highlights
- Pro
Pinned Loading
-
Material-You-Tic-Tac-Toe
Material-You-Tic-Tac-Toe PublicMaterial You Tic Tac Toe Android game.
-
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
-
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…
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.