From 34f3d10608d6f11deb90979066d69d31b7a8fe4f Mon Sep 17 00:00:00 2001 From: Christopher Vogt Date: Thu, 6 Apr 2017 01:24:27 +0000 Subject: change IntelliJ plugin draft to follow now recommend plugin style --- examples/intellij/src/Main.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 examples/intellij/src/Main.scala (limited to 'examples/intellij/src') diff --git a/examples/intellij/src/Main.scala b/examples/intellij/src/Main.scala new file mode 100644 index 0000000..407a577 --- /dev/null +++ b/examples/intellij/src/Main.scala @@ -0,0 +1,3 @@ +object Main extends App { + println("This is an example Application for illustrating CBT IntelliJ project generator") +} -- cgit v1.2.3