Skip to content

210103075 name added! #107

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
name added!
  • Loading branch information
Blue-Bird421 committed Jun 1, 2022
commit f44bbfd3cf48145c4db850be4a54513ebf7a4c7a
10 changes: 10 additions & 0 deletions 210103075.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#include <iostream>

using namespace std;

int main()
{
cout<<"Hello arten"<<endl;

return 0;
}