hello world
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
This commit is contained in:
parent
e789891e6e
commit
cc6cd29661
3 changed files with 48 additions and 1 deletions
7
src/hbb/HelloWorld.java
Normal file
7
src/hbb/HelloWorld.java
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
package hbb;
|
||||
|
||||
public class HelloWorld {
|
||||
public static void main(String[] args) {
|
||||
System.out.println("Hello World");
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue