Skip to content
View brys0's full-sized avatar
🛠️
mmmmmmmmmmmmmmmmm
🛠️
mmmmmmmmmmmmmmmmm

Organizations

@Greyspace-LLC
Block or Report

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 im currently developing ⏱️

Lightable Chat away

Some stats 🕹️

Stats

Bio 🍁

Hey! I work in primarly large API system with cache systems so backend development

If you can't tell already i'm bad at introductions

About me

import java.lang.StringBuilder

fun main() {
    val brys = User(name = "Brys", age = 18, 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)

Pinned

  1. Lightable/Lightable Lightable/Lightable Public

    [Alpha] - Open-source Chat client, reimagined

    Vue 16 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 6