Skip to content

benji6/project-euler-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

project-euler-solutions

Playing with the problems from https://projecteuler.net in Clojure, Haskell, JavaScript and Rust.

Running solutions with Docker

Build images

docker build -t euler-hs haskell
docker build -t euler-js javascript

Run containers

Run the container specifying the tag and solution number.

Haskell solution 1:

docker run euler-hs 1

JavaScript solution 2:

docker run euler-js 2

About

Playing with the problems here https://projecteuler.net/ in Clojure, Haskell & JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published