Merge pull request #3 from majorlinux:macBookBranch
Add message indicating code submission from MacBook Pro
This commit is contained in:
commit
079601df08
1 changed files with 2 additions and 0 deletions
2
main.cpp
2
main.cpp
|
|
@ -6,6 +6,8 @@ int main() {
|
||||||
cout << "Hello, World!" << endl;
|
cout << "Hello, World!" << endl;
|
||||||
|
|
||||||
cout << "I am submitting this code from my Mac Studio." << 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;
|
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