From 42e3460363dfca93425306084da92c9046d8e42d Mon Sep 17 00:00:00 2001 From: 44758073 Date: Sat, 6 Oct 2018 09:36:18 +1000 Subject: [PATCH] James Warner's first contribution --- README.md | 5 +++++ code/jameswarner.java | 8 ++++++++ 2 files changed, 13 insertions(+) create mode 100644 code/jameswarner.java diff --git a/README.md b/README.md index b487cda..2c09b98 100644 --- a/README.md +++ b/README.md @@ -381,6 +381,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