mirror of https://github.com/sbt/sbt.git
parent
8aa40d1f21
commit
123f40723d
|
|
@ -1,8 +0,0 @@
|
|||
import java.io.File
|
||||
import java.nio.file.Files
|
||||
|
||||
import org.apache.zookeeper.ZooKeeper
|
||||
|
||||
object Main extends App {
|
||||
Files.write(new File("output").toPath, classOf[ZooKeeper].getSimpleName.getBytes("UTF-8"))
|
||||
}
|
||||
Loading…
Reference in New Issue