From 3afd926ebed85a62deee53969924973f00e5ed78 Mon Sep 17 00:00:00 2001 From: DavidDGTNTSchool <58005558+dugo3number3@users.noreply.github.com> Date: Wed, 16 Jun 2021 16:21:59 -0400 Subject: [PATCH] Update main.cpp --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 053de34..301c2ca 100644 --- a/main.cpp +++ b/main.cpp @@ -4,7 +4,7 @@ using namespace std; string version = "2.0"; -bool inDev = true; +bool inDev = false; int main() { cout << "David Calc" << endl;