Merge pull request #3 from majorlinux:macBookBranch

Add message indicating code submission from MacBook Pro
This commit is contained in:
Marcus Summers 2025-08-13 21:24:04 -04:00 committed by GitHub
commit 079601df08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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