files erstellt

main
student 2026-04-01 12:21:18 +02:00
parent 5ddccd865c
commit 79669773ca
4 changed files with 34 additions and 1 deletions

View File

@ -1,5 +1,5 @@
public class Qualifier { public class Aufgabe1 {
public static void main(String[] args) { public static void main(String[] args) {
// TODO Auto-generated method stub // TODO Auto-generated method stub

View File

@ -0,0 +1,12 @@
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
class Aufgabe1Test {
@Test
void test() {
fail("Not yet implemented");
}
}

View File

@ -0,0 +1,9 @@
public class Aufgabe2 {
public static void main(String[] args) {
// TODO Auto-generated method stub
}
}

View File

@ -0,0 +1,12 @@
import static org.junit.jupiter.api.Assertions.*;
import org.junit.jupiter.api.Test;
class Aufgabe2Test {
@Test
void test() {
fail("Not yet implemented");
}
}