Skip to content

This is a code dump for the WE Cohort - 3. Here we add all the questions done in class in different approaches so as to make it mutually beneficial to everyone. Feel free to push your code here, just create a new branch with your name and push your code onto it!

Notifications You must be signed in to change notification settings

muskanvaswan/WE_Code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

WE_Code

This is a code dump for the WE Cohort - 3. Here we add all the questions done in class in different approaches so as to make it mutually beneficial to everyone. Feel free to push your code here, just create a new branch with your name and push your code onto it!

Follow the following steps to push your code

# go to your local folder on terminal
git init
git remote add origin https://github.com/muskanvaswan/WE_Code.git
git branch -m "YOUR NAME"
git add --all
git commit -m "initial commit"
git push origin <YOUR NAME>

About

This is a code dump for the WE Cohort - 3. Here we add all the questions done in class in different approaches so as to make it mutually beneficial to everyone. Feel free to push your code here, just create a new branch with your name and push your code onto it!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published