mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2025-08-05 06:38:25 +00:00
James Warner's first contribution
This commit is contained in:
8
code/jameswarner.java
Normal file
8
code/jameswarner.java
Normal file
@@ -0,0 +1,8 @@
|
||||
public class HelloWorld {
|
||||
|
||||
public static void main(String[] args) {
|
||||
// Prints "Hello, World" to the terminal window.
|
||||
System.out.println("Hello, World");
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user