From c971b83181c91c931070e389db8521a28b7217cc Mon Sep 17 00:00:00 2001 From: DavidDGTNTSchool Date: Tue, 9 Feb 2021 20:20:03 +0000 Subject: [PATCH] Fixed .replit --- .replit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.replit b/.replit index b6050ec..f80e53b 100644 --- a/.replit +++ b/.replit @@ -1,2 +1,2 @@ language = "cpp" -run = "g++ main.cpp -o calc && ./name" \ No newline at end of file +run = "g++ main.cpp -o calc && ./calc"; \ No newline at end of file