From 415c758c3db0c4e044984577eb42905d6de7ae2b Mon Sep 17 00:00:00 2001 From: DavidDGTNTSchool Date: Tue, 9 Feb 2021 20:20:38 +0000 Subject: [PATCH] Removed semicolon I added for some reason --- .replit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.replit b/.replit index f80e53b..7fd5f5e 100644 --- a/.replit +++ b/.replit @@ -1,2 +1,2 @@ language = "cpp" -run = "g++ main.cpp -o calc && ./calc"; \ No newline at end of file +run = "g++ main.cpp -o calc && ./calc" \ No newline at end of file