Skip to content

Instantly share code, notes, and snippets.

View rhysforyou's full-sized avatar

Rhys Powell rhysforyou

View GitHub Profile
diff --git a/functions.cpp b/functions.cpp
index 7c53868..a4cb553 100644
--- a/functions.cpp
+++ b/functions.cpp
@@ -1,10 +1,10 @@
-#include "functions.h"
+#include "function.h"
#include <fstream>
using namespace std;
#include <iostream>
using namespace std;
int main()
{
int num1, num2, num3 , num4, num5;
bool sorted = true;
do {
if num1 > num2 {