mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
James Warner's first contribution
This commit is contained in:
parent
c5577c137a
commit
42e3460363
@ -381,6 +381,11 @@ Please note that this project is released with a [Code of Conduct](CODE_OF_CONDU
|
|||||||
- DevOps Engineer
|
- DevOps Engineer
|
||||||
- Taking part in my first Hacktoberfest
|
- 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
|
### janicek1m
|
||||||
- I am currently a high school student.
|
- I am currently a high school student.
|
||||||
- I love robotics, programming, and web-development.
|
- I love robotics, programming, and web-development.
|
||||||
|
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");
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user