feat: created placeholder main

This commit is contained in:
Yannik Bretschneider 2021-06-04 15:00:29 +02:00
parent c0aac8cd31
commit d4460e6c0f
1 changed files with 7 additions and 0 deletions

View File

@ -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!");
}
}