Skip to content

Commit

Permalink
Update hello-world.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Shalom1204 authored Aug 9, 2017
1 parent c957d0b commit 7271a2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion hello-world.java
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
main
class helloworld{
public void printhelloworld(){
system.out.println("hello-world");
}
}

0 comments on commit 7271a2c

Please sign in to comment.