update cmake config

This commit is contained in:
Hepatica
2024-08-09 21:04:21 +02:00
parent 4899c3fe1e
commit e8388f06ba
2 changed files with 19 additions and 7 deletions

View File

@@ -9,7 +9,9 @@ int main()
{
while (true)
{
cout << "Hello CMake." << endl;
cout << "Hello ." << endl;
cout << "Hello 2." << endl;
}
return 0;
}