Skip to content

Commit 2aed73c

Browse files
committed
fix first
1 parent d516440 commit 2aed73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ int main() {
77
std::cerr << std::unitbuf;
88

99
// Uncomment this block to pass the first stage
10-
// std::cout << "$ ";
10+
std::cout << "$ ";
1111

1212
std::string input;
1313
std::getline(std::cin, input);

0 commit comments

Comments
 (0)