Skip to content

Commit 132f6ed

Browse files
authored
Create helloWorld.java
1 parent b8c85da commit 132f6ed

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

helloWorld.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class HelloWorld {
2+
public static void main(String[] args) {
3+
System.out.println("Hello, World!");
4+
}
5+
}

0 commit comments

Comments
 (0)