Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Yogen Rai

Yogen Rai

Yogen Rai has asked 6 questions and find answers to 9 problems.

Stats

306
EtPoint
102
Vote count
6
questions
9
answers

About

when(time) {
  "morning" -> "run, run, run"
  "day" -> "code, meetings, fun and code"
  "evening" -> "play guitar, sing song and listen own"
  "night" -> "sleep"
   else -> "trek, travel, talk"
}