Skip to content
View marek-guran's full-sized avatar
:octocat:
I have no idea what I am doing... But it looks like it is working!
:octocat:
I have no idea what I am doing... But it looks like it is working!

Highlights

  • Pro
Block or Report

Block or report marek-guran

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
marek-guran/README.md

Hello there! 👋

👨‍🎓 I am university student who loves to code!

fun main() {
    val code = listOf("Kotlin", "Python", "JavaScript", "PHP", "Bash")
    val mobileDev = listOf("Android")
    val currentOccupation = listOf("3rd year bachelor student")
    val onGoingProjects = listOf("Bachelor work - private repository for now")

    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")
}
  My Github Stats

   Metrics

Pinned

  1. Material-You-Tic-Tac-Toe Material-You-Tic-Tac-Toe Public

    Material You Tic Tac Toe Android game.

    Kotlin 16 1

  2. Rozvrh-App-Public Rozvrh-App-Public Public

    My 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 8

  3. linux-server-info linux-server-info Public

    A 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…

    Kotlin 5 1