WELCOME TO CODEPONGO'S WEBSITE

banner image
/*
* This is codepongo's website
* (cc) BY-NC-SA
*
* Author: codepongo(zhuhuotui)
* E-mail: email address
*/
switch you.click() {
case blog iconblog:
     print('Some techology articles I write about computer programming.')
     break
case application iconapplication:
     print('The cute applications I have developed.')
     break
case note iconnote:
     print('My diary to record my life and thought.')
     break
case cook iconcook:
     print('A cookbook that records my food recipes.')
     break
case news iconnews:
     print('The RSS feed reader to organize the useful and interesting news.')
     break
case aboutme iconaboutme:
     print('Who am I and how contact me.')
     break
default:
     break
}