Add Greeting Class for Hello World TDD demonstration
parent
9f9a3f68d4
commit
ebb9bbd218
@ -1,13 +0,0 @@
|
||||
package hello.world;
|
||||
|
||||
/**
|
||||
* Hello world!
|
||||
*
|
||||
*/
|
||||
public class App
|
||||
{
|
||||
public static void main( String[] args )
|
||||
{
|
||||
System.out.println("Hello World!");
|
||||
}
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue