// @author: Nakanosan
// TODO: Buy gifts for myself
while (isChristmas) {
eat("goodFood");
code("coolStuff");
sleep(null);
}