Merge pull request #2 from majorlinux:macTest
Add message indicating code submission from Mac Studio
This commit is contained in:
commit
8d35cce493
1 changed files with 2 additions and 0 deletions
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.
|
||||||
Loading…
Add table
Reference in a new issue