Init Project Github
This commit is contained in:
14
src/main/java/com/jamesquinley/startup.java
Normal file
14
src/main/java/com/jamesquinley/startup.java
Normal file
@ -0,0 +1,14 @@
|
||||
package com.jamesquinley;
|
||||
|
||||
/**
|
||||
* Hello world!
|
||||
*
|
||||
*/
|
||||
public class startup
|
||||
{
|
||||
public static void main( String[] args )
|
||||
{
|
||||
System.out.println( "We're starting the login delegation server, please wait one moment while we check a few things.");
|
||||
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user