Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 882 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 882 Bytes

Duality

Here, You can all submit your solutions for the DSA questions ACM presents to you, through Duality.

Important Instructions:

Submit your solution file in the following format or else it will be rejected: EnrolmentNumber_Name_L1/L2 Also add question in the description, optimised code will rewarded better points relatively.

[Step-by-Step Guide]

1. Fork the Repository

  • Click the Fork button in the upper right corner. This creates a copy of the repository under your GitHub account.

2. Clone Your Fork

  • Open your terminal (Command Prompt, Git Bash, or Terminal).

  • Use the following command to clone your forked repository to your local machine:

      git clone https://github.com/YOUR_USERNAME/REPOSITORY_NAME.git
    

Commands

  • Add changes: git add .
  • Commit changes: git commit -m "Your commit message"
  • Push changes to remote: git push