mirror of
https://github.com/devsnaith/lumiere-server.git
synced 2024-11-23 17:13:14 +03:00
Main() added
This commit is contained in:
parent
4d6b56f75d
commit
6ccdcef0d0
@ -85,4 +85,11 @@ public class Lumiere implements ServerEvents{
|
||||
public int getCurrentPort() {
|
||||
return server_port;
|
||||
}
|
||||
|
||||
public static void main(String[] args) throws IOException {
|
||||
StringBuilder sb = new StringBuilder();
|
||||
sb.append("Lumiere-server version 1.0").append("\n");
|
||||
sb.append("lumiere-server at github https://github.com/DevSnaith/lumiere-server").append("\n");
|
||||
System.out.write(sb.toString().getBytes());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user