diff --git a/challengers-list.md b/challengers-list.md index 2fb6f60ea..d3f40afaa 100644 --- a/challengers-list.md +++ b/challengers-list.md @@ -2,3 +2,4 @@ 1. [Mrinal](https://github.com/mrinal1224) 2. [Shivay](https://github.com/shivaylamba) 3. [Raghav](https://github.com/raghavdhingra) +4. [Rishav](https://github.com/Rishav986) \ No newline at end of file diff --git a/contributors/Rishav986/Rishav986.md b/contributors/Rishav986/Rishav986.md new file mode 100644 index 000000000..577422398 --- /dev/null +++ b/contributors/Rishav986/Rishav986.md @@ -0,0 +1,6 @@ +--- +name: Rishav Siwach +github_user_name: Rishav986 +url_of_github_issue: https://github.com/scaleracademy/scaler-september-open-source-challenge/issues/215 +your_favroite_programming_language: Python +--- diff --git a/contributors/Rishav986/gist-solutuions.md b/contributors/Rishav986/gist-solutuions.md new file mode 100644 index 000000000..dc0e5594a --- /dev/null +++ b/contributors/Rishav986/gist-solutuions.md @@ -0,0 +1,2 @@ +Link of gist for software development related topic - https://gist.github.com/Rishav986/b66ec800ea0c4b6f29ce550db45cd50a +Link of gist for code snippet - https://gist.github.com/Rishav986/0c5287285228a9d816c9687a2679453b diff --git a/contributors/Rishav986/new.java b/contributors/Rishav986/new.java new file mode 100644 index 000000000..5a47ac8f4 --- /dev/null +++ b/contributors/Rishav986/new.java @@ -0,0 +1,6 @@ + +public class new{ + public static void main(String[] args){ + System.out.println('Hi everyone'); + } +}