Skip to content

Commit

Permalink
Fixed The C++ file is not working NiharPhansalkar#2
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-650 committed Sep 30, 2023
1 parent 7390b1c commit fbfa3d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions mistake.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#include <iostream>
using namespace std;

integer main() {
String correctMePls = 4;
int main() {
char correctMePls = 4;

return 45;
}
return correctMePls;
}
Binary file added mistake.exe
Binary file not shown.

0 comments on commit fbfa3d5

Please sign in to comment.