Skip to content

Latest commit

 

History

History
executable file
·
43 lines (26 loc) · 992 Bytes

README.md

File metadata and controls

executable file
·
43 lines (26 loc) · 992 Bytes

Problems-Solving

Brief description of your project.

Prerequisites

  • Make sure you have g++ installed on your machine.

Getting Started

  1. Clone the repository to your local machine:

    git clone https://github.com/abdul-wahab619/Problem-Solving.git
  2. Navigate to the project directory:

    cd Problem-Solving
  3. Compile the C++ code:

    g++ your_file.cpp -o your_executable

    Replace your_file.cpp with the name of your C++ source code file and your_executable with the desired name for the output executable.

  4. Run the compiled executable:

    ./your_executable

Additional Information

Include any additional information here, such as input requirements, expected output, or details about the C++ features used in your code.

License

This project is licensed under the [License Name] - see the LICENSE file for details.