We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12da1a6 commit 60ba89eCopy full SHA for 60ba89e
index.xtend
@@ -0,0 +1,8 @@
1
+// Generated Java Source Code
2
+import org.eclipse.xtext.xbase.lib.InputOutput;
3
+
4
+public class HelloWorld {
5
+ public static void main(final String[] args) {
6
+ InputOutput.<String>println("Hello World");
7
+ }
8
+}
0 commit comments