Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuvrajchandra/guess-the-output
This repository contains tricky questions from various sources to guess the output. Also explaination for the solution is also provided.
https://github.com/yuvrajchandra/guess-the-output
Last synced: 2 days ago
JSON representation
This repository contains tricky questions from various sources to guess the output. Also explaination for the solution is also provided.
- Host: GitHub
- URL: https://github.com/yuvrajchandra/guess-the-output
- Owner: Yuvrajchandra
- License: mit
- Created: 2020-05-29T15:31:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-30T10:16:40.000Z (over 1 year ago)
- Last Synced: 2023-10-19T23:59:36.208Z (about 1 year ago)
- Language: C
- Size: 75.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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```markdown
git clone https://github.com/Yuvrajchandra/Guess-the-output.git
```* Create a branch
```markdown
git checkout -b branch-name
```* Make your changes (There are some folders for different category so upload the file accordingly)
* Commit and push```markdown
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](https://thenewstack.io/getting-legit-with-git-and-github-your-first-pull-request/)