Skip to content

Commit

Permalink
Merge pull request Aniket965#977 from bennyschreck/master
Browse files Browse the repository at this point in the history
cool add
  • Loading branch information
shubham-sidd97 authored Oct 9, 2018
2 parents 7d06cd8 + 06fd394 commit 4439c00
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Java/HelloWorld/src/hello_world.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window.
System.out.println("Hello_World");


System.out.println("I*m in your code");
System.out.println();
}

}

0 comments on commit 4439c00

Please sign in to comment.