Metadata-Version: 2.4
Name: pcd-c-programs
Version: 1.0.0
Summary: Five C programs from a Programming Concepts and Design lab
Author: Sam Gladson R
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# PCD C Programs

A small command-line Python package that displays five C programs as text.

## Install

```cmd
pip install pcd-c-programs
```

## Usage

```cmd
cp 1
cp 2
cp 3
cp 4
cp 5
```

Each command prints the corresponding C program.
