Skip to content

Commit

Permalink
Merge pull request #1 from Deepak91168/20bcs102
Browse files Browse the repository at this point in the history
Updated Readme.md and Added Deepak_20bcs102.cpp
  • Loading branch information
Deepak91168 authored Jan 19, 2022
2 parents 75e1d38 + cbb3db3 commit 737315a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,11 @@

`git clone https://github.com/<YOUR_USERNAME>/Workshop_git.git`

Note: You can clone anywhere you want
Note: You can clone anywhere you want but prefer Desktop for first time.

1. Add a file in TEST Folder with YOURNAME_ROLL
(Eg: Deepak_20bcs102.pdf, Deepak_20bcs102.txt, Deepak_20bcs102.py, Deepak_20bcs102.cpp etc)
1. Add a file in <strong>TEST</strong> Folder with File Name: <strong>Firstname_rollno.fileextension</strong>.

(Eg: Deepak_20bcs102.pdf, Deepak_20bcs102.txt, Deepak_20bcs102.py, Deepak_20bcs102.cpp etc)

2. You can add anything Inside the file (Eg: Code Script, Your Name, Class, Roll etc).

Expand Down
9 changes: 9 additions & 0 deletions TEST/Deepak_20bcs102.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#include <bits/stdc++.h>
using namespace std;
typedef long long int ll;
int main(){
ios_base::sync_with_stdio(false);
cin.tie(NULL);
cout<<"GIT PRACTICE"<<endl;
return 0;
}

0 comments on commit 737315a

Please sign in to comment.