Skip to content

Commit

Permalink
added
Browse files Browse the repository at this point in the history
added
  • Loading branch information
arunpillai6 authored Oct 1, 2019
1 parent 686d8b0 commit a4eec07
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Helllo.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
class HelloWorld
{
// Your program begins with a call to main().
// Prints "Hello, World" to the terminal window.
public static void main(String args[])
{
System.out.println("Hello, World");
}
}

0 comments on commit a4eec07

Please sign in to comment.