1 2 3 4 5 6 7 8
use pomo::*; fn main() { let pomodoro = Pomodoro::new(); pomodoro.run(); shutdown(0); }