Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 506 Bytes

File metadata and controls

9 lines (7 loc) · 506 Bytes

Simple-Timing-Examples

Repo for simple timing examples.

These examples should be tested on a Linux machine. Download this repository as a zip file and then extract it where you would like to store your project files. An example for downloading and extracting the zip file is below, assuming you are in your home directory (you may remove the main.zip file after unzipping it):

~$ wget https://github.com/CSUChico-CSCI440/Simple-Timing-Examples/archive/refs/heads/main.zip
~$ unzip main.zip