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.
    Coding, mostly.
- Brasil
- 
        
  18:52
  (UTC -03:00) 
- https://rumd3x.com
- @rumd3x
Highlights
Popular repositories Loading
- 
      cronjob-managercronjob-manager PublicA cronjob manager for docker based tasks, written in NodeJS. 
- 
      aws-gameday-unicornaws-gameday-unicorn PublicOptimal solution for 2019 AWS Gameday Ep.6 (Unicorn Rentals) challenge 
- 
      
- 
      delphi-hacker-tooldelphi-hacker-tool PublicCheat Engine like tool for hacking into other processes memory. Made out of boredom. 
- 
      cptm-alertscptm-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.






