This library is an implementation of the Malbolge specification in Javascript. It has been successfully tested with the 'hello-world.mb' program as well as the '99 bottles' program.
$ node index.js -s <program-to-run.mb>
$ node index.js -s programs/hello-world.mb
$ node index.js -s programs/bottles-995.mb