Skip to content

A C++ based tool to compile and run a batch of code just to check the output

Notifications You must be signed in to change notification settings

MartyMiniac/Complirun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Complirun

Complirun is a C++ based tool to compile and run a batch of code just to check the output
This has a number of feature though most of them are currently under development 😝
You Can download the executable and try it yourself. Click Here To Download the Executable

Demo

Complirun in Action
Complirun is best suited for programs that takes no input and is being run just check the output

Syntax

Type complirun help To get Help
Use -p flag to add path to the directory containing all the files to be test ran
Use -f flag to add path to the source code
Use -i flag to give input for all the source code being run in the current instance
Use -o flag followed by a path to an existing or uncreated txt file to save the output to a file

Note You cannot use -f and -p at the Same Time

About

A C++ based tool to compile and run a batch of code just to check the output

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages