James Warner's first contribution

This commit is contained in:
44758073 2018-10-06 09:36:18 +10:00
parent c5577c137a
commit 42e3460363
2 changed files with 13 additions and 0 deletions

View File

@ -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.

8
code/jameswarner.java Normal file
View 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");
}
}