From 07c6806b6d7fb17ed32b28f9525ede6dd936ed2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Mon, 1 Mar 2021 19:00:13 +0100 Subject: [PATCH] Added a TODO list. --- TODO | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..22fc649 --- /dev/null +++ b/TODO @@ -0,0 +1,15 @@ +============ +*** TODO *** +============ +Technical: + - Use bigints (maybe GMP or another similar library) + - Parallelize computations (MPI and/or OpenMP) + +Documentation: + - Write man page + - Create `help` option + +Interface: + - Option to only print nth number + - Option to store and import numbers from a file + - Option to run verbose (turn default to silent)