This repository has been archived by the owner on Aug 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 342
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
19588f0
commit 16c95d2
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Welcome to Challenge 18 | ||
|
||
Welcome to the 18th Challenge | ||
|
||
Today we will be learning to work with GitHub Gist and Markdown | ||
|
||
#### Brief Overview | ||
|
||
GitHub Gist is two fold and you can either use it for sharing ideas or sharing smaple code. It supports **Markdown** | ||
To learn more, vist: | ||
- [Learn more about GitHub gist](https://help.github.com/en/enterprise/2.13/user/articles/about-gists) | ||
|
||
## Task | ||
|
||
- Create a gist writing on any software development related topic that interests you | ||
- Create a gist sharing a small code snippet in your preferred programming language | ||
|
||
## How to Submit | ||
|
||
- Create your submission a markdown file named ``gist-solutions.md`` and add it inside the branch ``your-username-details`` used in previous challenges | ||
- In your submission file add the links to your **2 gist** | ||
- Ensure you push it so that it reflects inside your Pull request created in previous challenges |