1.0.0 • Published 2 years ago

run-my-file v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

runcode

A command line tool to execute single program files .

Why use it ?

  • For languages like c++ and java where source code is compiled into another file . It automatically compiles , executes and deletes the interprocess generate file .

  • No need to remember the command to compile and execute a program for different languages.

Supported Languages

  • nodejs
  • c/c++
  • Java