Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.22 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.22 KB

C++

This is a collection of C++ programs with various effects and functionalities.

Table of Contents

Installation

To use this repository, you first need to clone or download it to your local machine.

git clone https://github.com/Eggy115/cpp.git

Usage

This repository contains multiple C++ programs with various effects and functionalities. To use any of these programs, simply navigate to the program's directory and compile it using a C++ compiler.

cd cpp/program-directory/
g++ program.cpp -o program
./program

Contributing

Contributions to this repository are welcome! If you would like to contribute, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your changes
  3. Make your changes and commit them
  4. Push your changes to your forked repository
  5. Submit a pull request to this repository

Make sure to follow the guidlines outlined in CONTRIBUTING.md. All contributions must be licensed under the GPL-3.0 license.

License

This repository is licensed under the GNU General Public License v3.0. See the LICENSE file for more details.