From 73745de7e3aeed7b60e97a473794c4b1549333bd Mon Sep 17 00:00:00 2001 From: lucaspalomodevelop Date: Sun, 6 Nov 2022 13:14:44 +0100 Subject: [PATCH] add main-readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..20c927c --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +My Repository for lerning c++ + +porjekts: +- [fibonacci](./fibonacci/README.md) +- [fast fibonacci](./fibonacci_fast/README.md) \ No newline at end of file