Add message indicating code submission from Mac Studio

This commit is contained in:
2025-08-13 10:05:54 -04:00
parent 2c036ba8bf
commit bd11ad6b1e

View File

@@ -4,6 +4,8 @@ using namespace std;
int main() { int main() {
cout << "Hello, World!" << endl; cout << "Hello, World!" << endl;
cout << "I am submitting this code from my Mac Studio." << endl;
return 0; return 0;
} }
// This program prints "Hello, World!" to the console. // This program prints "Hello, World!" to the console.