blob: f125fd7010c2068204aa38975dc5ce86e80cc9d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#+title: README
#+author: Aryadev Chavali
#+options: toc:nil
A little Haskell program to test my skills/make something genuinely
useful for myself. This program takes an integer/pair of
integers/list of integers and, with some flags, lists properties of
the input. Current features are listed below.
* Features
- [X] Show whether numbers a prime
- [X] List factors of a number
- [X] Get highest common factor of two numbers
|