To submit your solution for all 4 problems, please follow these steps:
- Navigate to this repository provided by Codeline.
- Click on the "Fork" button at the top-right corner of the page to create a copy of the repository under your own GitHub account.
- Open your terminal or command prompt.
- Clone the repository to your local machine using the following command:
git clone https://github.com/your-username/repo-name.git
- Navigate to the cloned repository directory
cd repo-name
- Create a new branch for your code submissions (Replace your-name with your name in your-name-submission-branch):
git checkout -b your-name-submission-branch
- Create program files in the directory for each problem separately
- For Example: problem_1.py, problem_2.py, problem_3.py and problem_4.py
- Feel free to write the code in any desired language
- Run the following commands in order to commit your changes:
git add * git commit -m "Added solutions to all problems"
- Run the following commands to upload the changes to the forked github repository (Replace your-name with your name in your-name-submission-branch):
git push origin your-name-submission-branch
- Go to your forked repository on GitHub.
- You should see a prompt to create a pull request. Click on "Compare & pull request".
- Provide a title and description for your pull request, then click "Create pull request".
- Notify codeline via email that you have submitted your solution at (hello.world@codeline.rihal.om)
- Watch this youtube tutorial
- Contact Codeline via email. (hello.world@codeline.rihal.om)