Files
cos331-hw1/COS331-HW1-PEASE/README
T
2025-02-19 01:11:57 +00:00

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
```