OOP HomeWork
This commit is contained in:
10
oop_hw1/oop_hw1_7/main.cpp
Normal file
10
oop_hw1/oop_hw1_7/main.cpp
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <iostream>
|
||||
#include "fib.h"
|
||||
|
||||
using namespace std;
|
||||
int main() {
|
||||
int n;
|
||||
cin >> n;
|
||||
fibe(n);
|
||||
return 0;
|
||||
}
|
Reference in New Issue
Block a user