💻 Programmer and developer who loves innovative projects, the benefit doesn't really matter as long as it's fun.
🛠️ I build, break, and rebuild until it feels right, just code.
type program {
object idk = "Arch"
object main = () {
printin("i use ")
console.print(idk + " btw")
}
}