Skip to content
View brys0's full-sized avatar
😶
😶

Block or report brys0

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
brys0/README.md

Greetings programmers 🖥️

Projects 🏗️

  • Shadfin An alternative frontend for Jellyfin Media Server.

My Statistics

Stats

About Me

import java.lang.StringBuilder

fun main() {
    val brys = User(name = "Brys", age = 19, occupation = "Developer", nerd = true)
    val user = StringBuilder()
    user.append("Name: ${brys.name}\n")
    user.append("Age: ${brys.age}\n")
    user.append("Occupation: ${brys.occupation}\n")
    user.append("Nerd: ${brys.nerd}")
    println(user)
}
data class User(val name: String, val age: Int, val occupation: String, val nerd: Boolean)
Name: Brys
Age: 19
Occupation: Developer
Nerd: true

Pinned Loading

  1. Lightable/Lightable Lightable/Lightable Public

    [Alpha] - Open-source Chat client, reimagined

    Vue 17 1

  2. Spotify-Web Spotify-Web Public

    A simple and easy to use online webserver for parsing spotify tracks playlists albums artists and more!

    Kotlin 5