aboutsummaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.org b/README.org
new file mode 100644
index 0000000..f125fd7
--- /dev/null
+++ b/README.org
@@ -0,0 +1,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