Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 722 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 722 Bytes

inputGenerator

Build Status

Description

A library to generate input for programming tasks

You just add the folder anywhere in your project and include the file "inputGenerator.hpp" which will include all sublibraries

If you need only sub parts include them from the subfolder "src"

Install

If you want to use the library just by using

#include <inputGenerator.hpp>

you can go to the directory you wish to hold your project and run:

git clone https://github.com/adrian-budau/inputGenerator
cd inputGenerator
make install