Thanks to visit codestin.com
Credit goes to github.com

Skip to content

adkelley/project-euler-purescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My solutions to Project Euler problems in PureScript

See Project Euler for background

Steps:

  1. Ensure that you have npm, nodejs, pulp and [PureScript](purescript installation) installed:

  2. install the project's dependencies:

npm run install
  1. build and run the problems:
npm run start

If you want to run the tests:

npm run test

Note: Some of the solutions to the problems take 15 seconds or more, so be patient!

About

Solutions to Euler Problems in Purescript (See https://projecteuler.net/about)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published