Skip to content

StelFoog/cce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C - Compile and Execute

GitHub package.json version

Compile and execute a C file, all at once.

Usage

cce <file> [options]

Runs CCE for the given file, with the given options.

cce --help

Provides a complete list of options.

Examples

cce test.c

Compiles and executes the file test.c.

cce test.c --save --execute-arguments "John 10"

Compiles and executes the file test.c with the arguments John and 10, saving the compiled file after execution.

About

C - Compile and Execute

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published