data class Developer(
val name: String,
val alias: String,
val portfolio: String
)
fun main() {
val cawtoz = Developer(
name = "Carlos Torres",
alias = "cawtoz",
portfolio = "https://cawtoz.dev/"
)
print(cawtoz)
}

Highlights
- Pro
Pinned Loading
-
spring-parking-management
spring-parking-management PublicWeb application for managing parking lots
HTML
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.