Skip to content

Commit

Permalink
some message
Browse files Browse the repository at this point in the history
  • Loading branch information
LostPointer committed Feb 10, 2024
1 parent 0afaec5 commit 7bc2123
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion sandbox/template/src/main.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#include <iostream>

int main() { return 0; }
int main() {
std::cout << "hello world!";
return 0;
}

0 comments on commit 7bc2123

Please sign in to comment.