Update main.cpp

main
DavidDGTNTSchool 2021-06-16 16:21:59 -04:00 committed by GitHub
parent 3e8c817b0c
commit 3afd926ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
using namespace std;
string version = "2.0";
bool inDev = true;
bool inDev = false;
int main() {
cout << "David Calc" << endl;