diff --git a/src/eu.aniketos.dasca.crosslanguage/src/main/java/eu/aniketos/dasca/crosslanguage/Main.java b/src/eu.aniketos.dasca.crosslanguage/src/main/java/eu/aniketos/dasca/crosslanguage/Main.java new file mode 100644 index 0000000..f317aa0 --- /dev/null +++ b/src/eu.aniketos.dasca.crosslanguage/src/main/java/eu/aniketos/dasca/crosslanguage/Main.java @@ -0,0 +1,19 @@ +/* + * (C) Copyright 2010-2015 SAP SE. + * + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Eclipse Public License v1.0 + * which accompanies this distribution, and is available at + * http://www.eclipse.org/legal/epl-v10.html + * + */ + +package eu.aniketos.dasca.crosslanguage; + +public class Main { + + public static void main(String[] args) { + + } + +}