mirror of
https://github.com/DerTyp7/tdd-klausur.git
synced 2025-10-29 04:42:14 +01:00
Remove App class
This commit is contained in:
@@ -1,13 +0,0 @@
|
|||||||
package de.szut;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Hello world!
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
public class App
|
|
||||||
{
|
|
||||||
public static void main( String[] args )
|
|
||||||
{
|
|
||||||
System.out.println( "Hello World!" );
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user