Init Project Github

This commit is contained in:
James Quinley
2022-01-23 08:37:12 -08:00
commit 1b3635d011
11 changed files with 282 additions and 0 deletions

View 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.");
}
}