! Fix main.cpp
Gitea Actions Deploy / Explore-Gitea-Actions (push) Failing after 4s Details

This commit is contained in:
indigo 2024-03-02 21:42:26 +08:00
parent 39d3b9624c
commit 6cde91c70c
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@
int WinMain(int argc, char const *argv[])
{
/* code */
std::cout << "Hello World!!!!" << std::endl;
std::cout << "Hello World!!!!x" << std::endl;
return 0;
}