# README
CodeRun
CodeRun is a CLI tool that allows you to run many languages all from within one tool.
Installation
To install, run the install.py
file.
For Linux users, use...
sudo -s python3.9 install.py
Usage
Linux and Windows...
coderun <FILENAME> [any other args...]
MacOS
coderun-macos <FILENAME> [any other args...]