Skip to content

Commit

Permalink
updated main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
avpyhova committed Nov 4, 2024
1 parent 78e3081 commit ba82566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <iostream>

int main() {
std::cout << "Bye!" << std::endl;
std::cout << "Hello, World!" << std::endl;
}

0 comments on commit ba82566

Please sign in to comment.