view README.md @ 3:bdd83d6807d5 default tip

Autmatic Win32 Porting
author VilyaemKenyaz
date Thu, 28 Sep 2023 13:22:04 -0400
parents
children
line wrap: on
line source

# QUICKTIMER
QuickTimer is a simple timer program written in C, you give it an 
unsigned integer for the amount of seconds you want for it to count down.
Example:

Set a timer for 1 minute
quicktimer 60

Set a timer for 5 minutes
quicktimer 300