Skip to content

Commit

Permalink
Merge pull request #2 from mahsa-programs/main
Browse files Browse the repository at this point in the history
submit question 2000
  • Loading branch information
EnAnsari authored Dec 2, 2023
2 parents c751873 + 864c8a8 commit 2b72b60
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
9 changes: 9 additions & 0 deletions src/2000/9912377331‍/main.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#include <iostream>
using namespace std;

int main() {

cout << "Welcome to Hakim" << endl;

return 0;
}
13 changes: 12 additions & 1 deletion src/2000/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ or use the answers below.
<th>Algorithm</th>
<th>c++</th>
<th>python</th>
</tr>
<tr>
<td>1</td>
<td>
<a href='https://github.com/EnAnsari'>Rahmat</a>
</td>
<td>unsolved</td>
<td>
<a href='https://github.com/EnAnsari/bcp-hsu/blob/main/src/2000/9912377331/main.cpp'>solved</a>
</td>
<td>unsolved</td>
</tr>
<!-- <tr>
<td>NUM_OF_ANSWER</td>
Expand All @@ -31,4 +42,4 @@ or use the answers below.

<!-- <td>
<a href='https://github.com/EnAnsari/bcp-hsu/blob/main/src/2000/STUDENT_ID/FILE_NAME'>solved</a>
</td> -->
</td> -->

0 comments on commit 2b72b60

Please sign in to comment.