diff --git a/forFib.cpp b/forFib.cpp new file mode 100644 index 0000000..b7d3f0b --- /dev/null +++ b/forFib.cpp @@ -0,0 +1,20 @@ +#include +using namespace std; + +int main() { + + int n = 10; + + int a = 0; + int b = 1; + cout<