We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d622034 commit 5871789Copy full SHA for 5871789
main.cpp
@@ -17,8 +17,5 @@ int main() {
17
FPL::Parser parser;
18
parser.parse(tokens);
19
parser.DebugPrint();
20
-
21
- char c;
22
- std::cin >> c;
23
return 0;
24
}
0 commit comments