diff --git a/README.md b/README.md index 80a3b3c..0b0c1ae 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -Some example factorial functions in various programming languages +Some toy example problems in various programming languages diff --git a/factorial_examples/README.md b/factorial_examples/README.md new file mode 100644 index 0000000..80a3b3c --- /dev/null +++ b/factorial_examples/README.md @@ -0,0 +1 @@ +Some example factorial functions in various programming languages diff --git a/factorial.c b/factorial_examples/factorial.c similarity index 100% rename from factorial.c rename to factorial_examples/factorial.c diff --git a/factorial.py b/factorial_examples/factorial.py similarity index 100% rename from factorial.py rename to factorial_examples/factorial.py