minor debug

This commit is contained in:
hrj 2020-07-03 22:17:29 +05:30
parent 239bf2cefc
commit 1515af5f72

View File

@ -121,6 +121,7 @@ class Server(port: Int){
})
def start(): Unit = {
println("Starting server on port:" + port)
server.start()
}