diff --git a/README.md b/README.md index 8a6e4af..2cfda70 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU - DevOps Engineer - Taking part in my first Hacktoberfest +### James Warner +- I am currently a Univeristy Student +- I enjoy playing video games and surfing the web and sailing +- [![github-alt][github-img]](https://github.com/dubsy9) + ### janicek1m - I am currently a high school student. - I love robotics, programming, and web-development. diff --git a/code/jameswarner.java b/code/jameswarner.java new file mode 100644 index 0000000..d600077 --- /dev/null +++ b/code/jameswarner.java @@ -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"); + } + +} \ No newline at end of file