Merge pull request 'Add message indicating code submission to Gitea repo' (#1) from marcus into main
Reviewed-on: #1
This commit is contained in:
commit
eda9929812
1 changed files with 3 additions and 0 deletions
3
main.cpp
3
main.cpp
|
|
@ -8,6 +8,9 @@ int main() {
|
|||
cout << "I am submitting this code from my Mac Studio." << endl;
|
||||
|
||||
cout << "Now I'm adding code from my MacBook Pro." << endl;
|
||||
|
||||
cout << "Let's try adding code to the Gitea repo" << endl;
|
||||
|
||||
return 0;
|
||||
}
|
||||
// This program prints "Hello, World!" to the console.
|
||||
Loading…
Add table
Reference in a new issue