Skip to content

Commit 60ba89e

Browse files
Create index.xtend
1 parent 12da1a6 commit 60ba89e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

index.xtend

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)