Files
JavaTest/JavaApplication2/src/javaapplication2/JavaApplication2.java
T
2025-03-05 10:39:57 +01:00

22 lines
452 B
Java

/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package javaapplication2;
/**
*
* @author dirk.seibel
*/
public class JavaApplication2 {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {
// Jetzt ist das fertig
}
}