Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 761 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 761 Bytes

Haskell Projects

This repository is a small assortment of projects in Haskell

These projects are relatively simple, and designed primarily for me to become more familiar with Haskell and functional programming

Project Information

Project Name Description
helloworld A very basic program, mostly made to learn about setting up project structures with Cabal
euler A brief collection of solutions to Project Euler problems
mandelbrot My personal "Hello World" program: rendering the Mandelbrot Set! This uses HIP to render an image of the fractal

For more information about each project, see the README in each project directory