Removed obsolete Main stub.

This commit is contained in:
Achim D. Brucker 2015-10-14 20:46:27 +02:00
parent ae0938264d
commit 81125f0a02
1 changed files with 0 additions and 19 deletions

View File

@ -1,19 +0,0 @@
/*
* (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) {
}
}