Hi there, I'm Rico Aditya, an Informatics student π from Yogyakarta, Indonesia.
About Me!
- π± I'm currently exploring Android and Machine Learning.
- π€ My interests are web-automation, web development, android development and developing some useful and cool stuff xD
- πΌ Iβm pursuing a Bachelor's degree in Computer Science.
- π¬ Ask me about anything, I'd love to answer!
- π« Email me at [email protected].
- π See my Curriculum Vitae to get more info.
Languages and Tools:
Stats on Github :
I once solved the world's oldest question with a single line of Javascript:
// Which came first: the chicken or the egg?
console.log(['π₯', 'π£', 'π₯', 'π'].sort())
>>> ['π', 'π£', 'π₯', 'π₯'];