//I have been coding more in Kotlin recently
package con.github.widza
import java.time.LocalDate
import java.time.Period
object WhoAmI {
const val USERNAME = "widz_a_"
const val NATIONALITY = "Vietnamese"
val BIRTHDAY = LocalDate.of(2006, 11, 29)
val AGE = Period.between(BIRTHDAY, LocalDate.now()) //17
var HOBBIES = arrayOf(
"Coding",
"Playing video games",
"Rearranging my room at 3am for no reasons at all"
)
}
- Making this profile
- Graduate Highschool
- This profile is based on MarikIshtar007
- If you have any suggestions to this README, feel free to pull up a request.