diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/README.md	Thu Sep 28 13:22:04 2023 -0400
@@ -0,0 +1,10 @@
+# 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