Skip to content
This repository was archived by the owner on Aug 30, 2023. It is now read-only.

Rishav986 details challenge 1-22 #1094

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions challengers-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
6 changes: 6 additions & 0 deletions contributors/Rishav986/Rishav986.md
Original file line number Diff line number Diff line change
@@ -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
---
2 changes: 2 additions & 0 deletions contributors/Rishav986/gist-solutuions.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions contributors/Rishav986/new.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

public class new{
public static void main(String[] args){
System.out.println('Hi everyone');
}
}