Skip to content

shibi1306/ProjectEuler-Solutions-Haskell

Repository files navigation

ProjectEuler-Solutions-Haskell

This repository focuses to solve problems at the website Project Euler using a Functional oriented programming language called Haskell.

Project Euler is a wonderful website for practicing mathematical solutions using programming which gave me an idea to practice the problems using the Haskell language. Project Euler is a fantastic website, do check it out!

Run the functions

  1. Make sure you have haskell GHCi installed in your computer.
  2. Clone to repository to your local directory
  3. Change your current directory to the local cloned git repository
  4. Start GHCi from the terminal.
  5. enter :l filename.hs to load the file.
  6. call the functions that are present in the loaded file with desired inputs to get the output.

About

This repository focuses to solve problems at the website Project Euler using a Functional oriented programming language called Haskell.

Topics

Resources

Stars

Watchers

Forks