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
- Host: GitHub
- URL: https://github.com/martian58/pw
- Owner: martian58
- License: gpl-3.0
- Created: 2024-03-06T11:01:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T19:50:48.000Z (about 1 year ago)
- Last Synced: 2024-04-27T00:20:13.687Z (about 1 year ago)
- Language: Python
- Size: 302 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)