Add message indicating code submission to Gitea repo

This commit is contained in:
2025-08-27 23:18:41 -04:00
parent 079601df08
commit 848b68aae7

View File

@@ -8,6 +8,9 @@ int main() {
cout << "I am submitting this code from my Mac Studio." << endl;
cout << "Now I'm adding code from my MacBook Pro." << endl;
cout << "Let's try adding code to the Gitea repo" << endl;
return 0;
}
// This program prints "Hello, World!" to the console.