Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
x0lg0n committed Oct 29, 2023
1 parent 4fedc4e commit 444941a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Java/hello-world.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
public class HelloWorld {
public static void main(String[] args) {
System.out.println("Hello, World!");
}
}

0 comments on commit 444941a

Please sign in to comment.