#include"timer.hpp" int main(void) { Timer timer; timer.run(); while(1); }