import java.time.DayOfWeek
import java.time.LocalDateTime
import java.time.Year
import world.assets.people.Programmer
class Me : Programmer() {
val name = "Edmur"
val username = "rumd3x"
val languages = listOf("English", "Brazilian Portuguese")
val age = Year.now().value - 1997
fun work() {
val today = LocalDateTime.now().dayOfWeek
val beverage = if (today == DayOfWeek.FRIDAY) "beer" else "coffee"
this.drink(beverage)
this.code()
this.sleep()
}
}
fun main() {
val me = Me()
me.work()
}

I'm not really a bot.
Highlights
Popular repositories Loading
-
cronjob-manager
cronjob-manager PublicA cronjob manager for docker based tasks, written in NodeJS.
-
aws-gameday-unicorn
aws-gameday-unicorn PublicOptimal solution for 2019 AWS Gameday Ep.6 (Unicorn Rentals) challenge
-
-
delphi-hacker-tool
delphi-hacker-tool PublicCheat Engine like tool for hacking into other processes memory. Made out of boredom.
-
cptm-alerts
cptm-alerts PublicAlerta sobre mudanças de status nas linhas dos trens e metrôs de São Paulo diretamente no canal do Slack
PHP 9
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.