added sbtserver linter

This commit is contained in:
Ty Coghlan
2018-08-27 01:12:56 -04:00
parent ea01cc708b
commit 8e3bf10592
17 changed files with 124 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
object HelloAle {
def main(args: Array[String]): Int = {
println("Hello, ale!")
}
}