Merge pull request #2 from majorlinux:macTest

Add message indicating code submission from Mac Studio
This commit is contained in:
Marcus Summers 2025-08-13 10:08:56 -04:00 committed by GitHub
commit 8d35cce493
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.