Initial commit.

This commit is contained in:
Achim D. Brucker 2015-06-15 09:07:42 +02:00
parent 8405afa43a
commit 16b215d880
1 changed files with 19 additions and 0 deletions

View File

@ -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) {
}
}