Skip to content

Commit 8107978

Browse files
committed
First Commit
0 parents  commit 8107978

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Hello.java

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

0 commit comments

Comments
 (0)