summaryrefslogtreecommitdiff
path: root/Test.scala
diff options
context:
space:
mode:
Diffstat (limited to 'Test.scala')
-rw-r--r--Test.scala11
1 files changed, 0 insertions, 11 deletions
diff --git a/Test.scala b/Test.scala
deleted file mode 100644
index 37065c70..00000000
--- a/Test.scala
+++ /dev/null
@@ -1,11 +0,0 @@
-import play.api.libs.json.Json
-
-object Test{
- def main(args: Array[String]): Unit = {
- println(
- Json.prettyPrint(
- Json.toJson(Seq("Hello", "World", "Cow"))
- )
- )
- }
-}