function onCreate() {
    print("Application onCreate");
}

function onDestroy() {
    print("Application onDestroy");
}