// viewtimer.nqc task main() { ClearTimer(0); SetUserDisplay(Timer(0), 0); until(false); // keep the program running }