19 lines
371 B
Plaintext
19 lines
371 B
Plaintext
# COS331-HW1-PEASE
|
|
|
|
## Overview
|
|
This repository contains the code and documentation for Homework 1 of COS331.
|
|
|
|
## Installation / Usage
|
|
1. Clone the repository:
|
|
```
|
|
git clone https://github.com/yourusername/COS331-HW1-PEASE.git
|
|
```
|
|
2. Navigate to the project directory:
|
|
```
|
|
cd COS331-HW1-PEASE
|
|
```
|
|
3. Build and run
|
|
```
|
|
make
|
|
./hw
|
|
``` |