Merge pull request #2 from majorlinux:macTest
Add message indicating code submission from Mac Studio
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -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.
|
||||||
Reference in New Issue
Block a user