Changed sbtserver to just work off of the address variable

This commit is contained in:
Ty Coghlan
2018-09-01 20:59:36 -04:00
parent 8e3bf10592
commit 3d016f1697
15 changed files with 18 additions and 59 deletions
@@ -1,5 +0,0 @@
object HelloAle {
def main(args: Array[String]): Int = {
println("Hello, ale!")
}
}