mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 06:18:44 +00:00
initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package seng302;
|
||||
|
||||
public class App
|
||||
{
|
||||
public static void main( String[] args )
|
||||
{
|
||||
System.out.println( "Welcome to SENG302" );
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user