An open API service indexing awesome lists of open source software.

https://github.com/martian58/pw

Practical works of L0C2
https://github.com/martian58/pw

Last synced: 3 months ago
JSON representation

Practical works of L0C2

Awesome Lists containing this project

README

        

# PW -- Practical works of L0C2

This program includes all the exercises of the Practical works. Source codes are in 'pws_lib' directory.

- **Platform Compatibility**: The program is designed to run on unix-like systems. Windows is not supported.

- **GitHub Integration**: You can easily access the GitHub repository of the project directly from the program interface.

## Usage

To use the program, simply compile and run the `runme.c` file. Follow the on-screen instructions to navigate.

```bash
gcc runme.c -o runme -lm
./runme
```

## License

This project is licensed under the GNU General Public License v3.0. So you can do anything you want with it :)