Adding initial files

This commit is contained in:
sameira
2015-11-29 20:34:40 +05:30
parent c58922a8de
commit a1844cef2a
3 changed files with 140 additions and 0 deletions
@@ -0,0 +1,13 @@
package org.baeldung;
/**
* Hello world!
*
*/
public class App
{
public static void main( String[] args )
{
System.out.println( "Hello World!" );
}
}