public class TheKbWithNoDude {
public static void main(String[] args) {
while (true) {
wakeUp();
if (hasExams) {
study();
}
playMinecraft();
code();
sleep(60 * 60 * 9); // 9 hours
}
}
}