This archive consists of all my Project Euler solutions, written in Java. I plan to add to this list as and when I get time.
java -jar ProjectEuler.jar <problem number>
You will need a recent enough version of Apache Ant as well as the Java SDK in order to build this project.
Then it's a simple matter of:
$ git clone https://github.com/marvinpinto/project-euler.git
$ cd project-euler
$ ant
And assuming everything went well, you should end up with the packaged
.zip
and .tar.gz
files in your dist
sub-directory.
Copyright 2012 Marvin Pinto ([email protected])
Licensed under the Apache License, Version 2.0 (the "License"); you may
not use this file except in compliance with the License. You may obtain
a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
Pre-built binaries are available in the /dist
sub-directory of this
git archive.
Being a Java command-line app, pretty much any system with a functional Java Runtime Environment should have no issues running this program.
- Name: Marvin Pinto
- Email:
[email protected]
- This is me on: