def factorial(n: Int):Int={ if (n == 0) 1 else n * factorial(n-1) }
I am a student currently living in Sri Lanka. My interests range from technology to programming. I am also interested in innovation, reading, and design.