Files
2025-02-19 01:11:57 +00:00
..
2025-02-19 01:11:57 +00:00
2025-02-19 00:57:08 +00:00
2025-02-19 01:11:57 +00:00
2025-02-19 01:11:57 +00:00

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