/Guess-the-output

This repository contains tricky questions from various sources to guess the output. Also explaination for the solution is also provided.

Primary LanguageCMIT LicenseMIT

Guess-the-output

This repository contains tricky questions from various sources to guess the output. Also explaination for the solution is also provided.

How to contribute to this repository

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine
git clone https://github.com/Yuvrajchandra/Guess-the-output.git
  • Create a branch
git checkout -b branch-name
  • Make your changes (There are some folders for different category so upload the file accordingly)
  • Commit and push
git add .
git commit -m 'Commit message'
git push origin branch-name

or

  • Add the file in the forked repository using upload file option then commit the changes in a new branch.

  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo)

  • Wait for your PR review and merge approval!

If you are still facing any problem follow steps given in this website