feat: created placeholder main
This commit is contained in:
@ -0,0 +1,7 @@
|
|||||||
|
package uulm.teamname.marvelous.server;
|
||||||
|
|
||||||
|
public class Server {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("There's nothing here yet. Sucks for you!");
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user