Merge pull request #149 from dubsy9/altb

James Warner's first contribution
This commit is contained in:
Luke Oliff 2018-10-05 19:08:44 -07:00 committed by GitHub
commit 43f58a173f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 0 deletions

View File

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

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");
}
}