diff options
Diffstat (limited to 'Project1/Functions.cpp')
| -rw-r--r-- | Project1/Functions.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Project1/Functions.cpp b/Project1/Functions.cpp index 868ac8f..f31aa9f 100644 --- a/Project1/Functions.cpp +++ b/Project1/Functions.cpp @@ -23,6 +23,11 @@ userDoB inputPersonal() cout << "\n Now please enter the year you were born as a number: "; cin >> user.month; - return user; } + +int Fishonacci() { + cout << "test" << endl; + + return 0; +} |