This is the record when I used TeX in Ubuntu.
Continue reading Ubuntu: TeXAll posts by Kenji
Kotlin: Primary and Secondary Constructor, and Inheritance
In Kotlin, class can have primary constructor and secondary constructor. Constructors in subclass varies according to their circumstances.
Continue reading Kotlin: Primary and Secondary Constructor, and Inheritance