From 16c95d2f7d345c1dd96cb36d95c392364d5e2835 Mon Sep 17 00:00:00 2001 From: Shivay Lamba Date: Sun, 18 Sep 2022 11:28:35 +0530 Subject: [PATCH] challenge 18 --- Challenges/challenge_18.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 Challenges/challenge_18.md diff --git a/Challenges/challenge_18.md b/Challenges/challenge_18.md new file mode 100644 index 000000000..974cb3f9c --- /dev/null +++ b/Challenges/challenge_18.md @@ -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 \ No newline at end of file