annotate README.md @ 3:bdd83d6807d5 default tip

Autmatic Win32 Porting
author VilyaemKenyaz
date Thu, 28 Sep 2023 13:22:04 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
bdd83d6807d5 Autmatic Win32 Porting
VilyaemKenyaz
parents:
diff changeset
1 # QUICKTIMER
bdd83d6807d5 Autmatic Win32 Porting
VilyaemKenyaz
parents:
diff changeset
2 QuickTimer is a simple timer program written in C, you give it an
bdd83d6807d5 Autmatic Win32 Porting
VilyaemKenyaz
parents:
diff changeset
3 unsigned integer for the amount of seconds you want for it to count down.
bdd83d6807d5 Autmatic Win32 Porting
VilyaemKenyaz
parents:
diff changeset
4 Example:
bdd83d6807d5 Autmatic Win32 Porting
VilyaemKenyaz
parents:
diff changeset
5
bdd83d6807d5 Autmatic Win32 Porting
VilyaemKenyaz
parents:
diff changeset
6 Set a timer for 1 minute
bdd83d6807d5 Autmatic Win32 Porting
VilyaemKenyaz
parents:
diff changeset
7 quicktimer 60
bdd83d6807d5 Autmatic Win32 Porting
VilyaemKenyaz
parents:
diff changeset
8
bdd83d6807d5 Autmatic Win32 Porting
VilyaemKenyaz
parents:
diff changeset
9 Set a timer for 5 minutes
bdd83d6807d5 Autmatic Win32 Porting
VilyaemKenyaz
parents:
diff changeset
10 quicktimer 300