[main] hello world
This commit is contained in:
parent
1b0d1ebdbf
commit
b64f61a079
1 changed files with 9 additions and 0 deletions
9
src/main/scala/net/kemitix/s3thorp/Main.scala
Normal file
9
src/main/scala/net/kemitix/s3thorp/Main.scala
Normal file
|
@ -0,0 +1,9 @@
|
|||
package net.kemitix.s3thorp
|
||||
|
||||
object Main {
|
||||
|
||||
def main(args: Array[String]): Unit = {
|
||||
println("S3Thorp - hashed sync for s3")
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in a new issue