Skip to content

brys0/brys0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

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)

Releases

No releases published

Packages

No packages published

Languages