Caffeine-powered CS grad student by day ☕ | Binge watcher by night 🍿
public class LifeGoals {
public static void main(String[] args) {
boolean successful = false;
while (!successful) {
tryAgain();
if (deadlineApproaching()) drinkMoreCoffee();
}
celebrate();
}
}
