The final step is to deliver the application as an executable,
MLWorks.Deliver.deliver("app", run, MLWorks.Deliver.CONSOLE);
You can now run the app executable:
> app This is my typed line of input. The output is: This is my typed line of input. >