From 3cb4e3b20025fe6fad1bdb05030fbc51941dbbcf Mon Sep 17 00:00:00 2001 From: Connor McDowell Date: Fri, 9 Feb 2024 16:04:40 -0800 Subject: working on loops --- Project1/header.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Project1/header.h') diff --git a/Project1/header.h b/Project1/header.h index 0530417..60d3344 100644 --- a/Project1/header.h +++ b/Project1/header.h @@ -7,12 +7,14 @@ struct userDoB { int year; }; - int print100(); void printUser(userDoB newUser); userDoB inputPersonal(); +// warframe reference. +int Fishonacci(); + #endif HEADER \ No newline at end of file -- cgit v1.2.3