Skip to content

Commit

Permalink
Added java program to print Hello World
Browse files Browse the repository at this point in the history
  • Loading branch information
x0lg0n committed Oct 20, 2024
1 parent 90326f9 commit 9faf3f8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Java/HelloWorld.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
// Program to Print Hello World
public class HelloWorld{
public static void main(String[] args) {
System.out.println("Hello World!");
}

}
Empty file removed Java/hello-world.java
Empty file.

0 comments on commit 9faf3f8

Please sign in to comment.