test trigger n1

This commit is contained in:
Willy 2026-06-05 16:28:55 +02:00
parent eb44b45d41
commit f11384ddc5
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@ using namespace std;
int main() int main()
{ {
cout << "Hello World Willy !" << endl; cout << "Hello World Willy go !" << endl;
return 0; return 0;
} }