+ 8
Code challenge: Timer
Task: make a timer that does Not need to be in separate thread. Max. error – 0.1sec. Tools: any language. Restrictions: do not use Thread.Sleep() or analogs to measure time sequences; do not system timers.
2 Respostas
+ 9
My friend made this code;
https://code.sololearn.com/W1KukJwuBg1c/?ref=app
+ 2
Pretty unfortunate for the non-web folk 😔