Skip to content

Commit

Permalink
Merge pull request AliceWonderland#2700 from sahil2598/master
Browse files Browse the repository at this point in the history
Sahil Nagpal
  • Loading branch information
Steven Copeland committed Oct 30, 2017
2 parents edccc0a + 90ece4d commit c010150
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions profiles/SahilNagpal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Sahil Nagpal

### Location

New Delhi, India

### Academics

Manipal Institute of Technology

### Profile Link

[Sahil Nagpal](github.com/sahil2598)
11 changes: 11 additions & 0 deletions scripts/Hello_World_sahil2598.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
// Author: Sahil Nagpal
// GitHub: https://github.com/sahil2598
// Language: Java

class Hello_World_sahil2598
{
public static void main()
{
System.out.println("Hello, World!");
}
}

0 comments on commit c010150

Please sign in to comment.