We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d516440 commit 2aed73cCopy full SHA for 2aed73c
src/main.cpp
@@ -7,7 +7,7 @@ int main() {
7
std::cerr << std::unitbuf;
8
9
// Uncomment this block to pass the first stage
10
- // std::cout << "$ ";
+ std::cout << "$ ";
11
12
std::string input;
13
std::getline(std::cin, input);
0 commit comments