Add message indicating code submission from Mac Studio
This commit is contained in:
parent
2c036ba8bf
commit
bd11ad6b1e
1 changed files with 2 additions and 0 deletions
2
main.cpp
2
main.cpp
|
|
@ -4,6 +4,8 @@ using namespace std;
|
|||
|
||||
int main() {
|
||||
cout << "Hello, World!" << endl;
|
||||
|
||||
cout << "I am submitting this code from my Mac Studio." << endl;
|
||||
return 0;
|
||||
}
|
||||
// This program prints "Hello, World!" to the console.
|
||||
Loading…
Add table
Reference in a new issue