We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbeb6b7 commit c02be2bCopy full SHA for c02be2b
program/cpp/fibonacci/fibonacci.cpp
@@ -1,3 +1,12 @@
1
+/**
2
+ * @file fibonacci.cpp
3
+ * @author Ahmed Al-Mansouri (ahmed@bridgesforpeace.org)
4
+ * @brief Fibonacci implementation in C++
5
+ * @date 2025-08-04
6
+ *
7
+ * @copyright Copyright Bridges for Peace (c) 2025
8
+ */
9
+
10
#include "fibonacci.h"
11
#include <iostream>
12
#include <iomanip>
program/cpp/fibonacci/fibonacci.h
+ * @file fibonacci.h
#pragma once
#include <cstdint>
0 commit comments