Skip to content

Commit

Permalink
Merge pull request #1 from rishika-singh49/rishika-singh49-patch-1
Browse files Browse the repository at this point in the history
Create helloworld
  • Loading branch information
rishika-singh49 authored Oct 13, 2020
2 parents a6e1665 + e2d6f47 commit aac15c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions helloworld
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
public class rishika
{
public static void main()
{
System.out.println("Hello World!");
}
}

0 comments on commit aac15c4

Please sign in to comment.