From da9d96650644eba078ac1ab0942017a332d7df5a Mon Sep 17 00:00:00 2001 From: swaaz Date: Sun, 15 Sep 2019 18:10:37 +0530 Subject: [PATCH] index.html addedz --- C/program-37/program.c | 2 +- index.html | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 index.html diff --git a/C/program-37/program.c b/C/program-37/program.c index 4a63c87c..0f2f59a1 100644 --- a/C/program-37/program.c +++ b/C/program-37/program.c @@ -1,5 +1,5 @@ /* -Program to find the fibonacci sequnce +Program to find the fibonacci sequnce using recursion */ #include diff --git a/index.html b/index.html new file mode 100644 index 00000000..19b9c3d4 --- /dev/null +++ b/index.html @@ -0,0 +1,6 @@ + + + Basic Programs +

BASIC PROGRAMS

+ + \ No newline at end of file