Vorlesung 3 / Aufgabe 1
This commit is contained in:
parent
3e064693bf
commit
dc781ca0bd
@ -1,5 +0,0 @@
|
|||||||
class Aufgabe {
|
|
||||||
public static void main(String[] args) {
|
|
||||||
System.out.println("Hallo Welt");
|
|
||||||
}
|
|
||||||
}
|
|
12
VL03/Aufgabe01/Aufgabe01.java
Normal file
12
VL03/Aufgabe01/Aufgabe01.java
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
package VL03.Aufgabe01;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Vorlesung 3 / Aufgabe 1
|
||||||
|
*
|
||||||
|
* @author Sebastian Brosch
|
||||||
|
*/
|
||||||
|
public class Aufgabe01 {
|
||||||
|
public static void main(String[] args) {
|
||||||
|
System.out.println("Hallo Welt");
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user