/rx-euler

Primary LanguageJavaScript

Rx Euler

A set of project euler solutions written with RxJS.

Running

Run all solutions with node main.js.

Run a single solution with node main.js --solution 1.

Run several with node main.js --solution 1,2,3. Use -s as the short form.