Mercurial Hosting > quicktimer
comparison README.md @ 3:bdd83d6807d5 default tip
Autmatic Win32 Porting
author | VilyaemKenyaz |
---|---|
date | Thu, 28 Sep 2023 13:22:04 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2:0dbfb504309e | 3:bdd83d6807d5 |
---|---|
1 # QUICKTIMER | |
2 QuickTimer is a simple timer program written in C, you give it an | |
3 unsigned integer for the amount of seconds you want for it to count down. | |
4 Example: | |
5 | |
6 Set a timer for 1 minute | |
7 quicktimer 60 | |
8 | |
9 Set a timer for 5 minutes | |
10 quicktimer 300 |