anandundavia / ProjectEuler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repository for #ProjectEuler100

There is a small utility solve. It creates the directory in format of problem=<id> and puts Solution.java and Solution.js files inside it.

Before you can use it, do:

chmod +x ./solve

And, To use it: ./solve <id>

Example: ./solve 4
It will create a directory named problem=004

About

License:MIT License


Languages

Language:JavaScript 55.9%Language:Java 44.0%Language:Shell 0.1%