[main] hello world

This commit is contained in:
Paul Campbell 2019-04-29 20:18:38 +01:00
parent 1b0d1ebdbf
commit b64f61a079

View file

@ -0,0 +1,9 @@
package net.kemitix.s3thorp
object Main {
def main(args: Array[String]): Unit = {
println("S3Thorp - hashed sync for s3")
}
}