Skip to content

Commit

Permalink
Merge pull request #8 from Imbiber/information
Browse files Browse the repository at this point in the history
Added information
  • Loading branch information
dev-AshishRanjan authored Oct 4, 2023
2 parents 49bfdf0 + cc6dd47 commit 0536187
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@
- Place: Bihar, India
- Academic: CSE Undergraduate at RTU
- GitHub: [Divya4879](https://github.com/Divya4879)

### Name: Nishant Gaurav

- Place: Ranchi, Jharkhand
- Academic: CSIT Undergraduate at ITER
- GitHub: [Imbiber](https://github.com/Imbiber)
10 changes: 10 additions & 0 deletions Database/HelloWorld.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// LANG: Java
// AUTHOR: Nishant Gaurav
// GITHUB: https://github.com/Imbiber

package Database;
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello World");
}
}

0 comments on commit 0536187

Please sign in to comment.