forked from IF-LK-2020/wordle
Diagramme hinzugefügt
This commit is contained in:
@@ -4,14 +4,14 @@
|
||||
*/
|
||||
public class WordleServer extends Server {
|
||||
|
||||
publib static final int DEFAULT_PORT = 1000;
|
||||
public static final int DEFAULT_PORT = 1000;
|
||||
|
||||
public static void main( String[] args ) {
|
||||
new WordleServer();
|
||||
}
|
||||
|
||||
|
||||
private DatabaseConnector db;
|
||||
private DatabaseConnector db;
|
||||
|
||||
|
||||
public WordleServer() {
|
||||
|
||||
Reference in New Issue
Block a user