Skip to content

sjdhola/newbies_code

 
 

Repository files navigation

newbie's_code

Tracker repo for newbies 🔰

Folder Structure

├── Parth
│   ├── Linklist
│   │   ├── Implementation
│   │   |  ├── Linklist.cpp
│   │   ├── Problems
│   │   |  ├── P1.cpp
│   │   |  ├── P2.cpp
│   │   |  └── P3.cpp

Try to maintain 👆above folder structure.

  • First clone the repo
 git clone https://github.com/chauhanparth210/newbies_code.git
  • To push your code to the repo

    • Add code file into your folder according to your folder structure.
    • Goto root of the repo(folder).
    • Next run the following 👇 commands to push your code.
    git pull
    git add .
    git commit -m "your track message"
    git push

About

Tracker repo for newbies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%