Merge remote-tracking branch 'VPR/master'

This commit is contained in:
2022-11-24 14:23:20 +01:00
3 changed files with 19 additions and 0 deletions

2
src/FDtest.java Normal file
View File

@@ -0,0 +1,2 @@
public class FDtest {
}

7
src/TestKlasse.java Normal file
View File

@@ -0,0 +1,7 @@
public class TestKlasse {
public String Satz()
{
return "Satz";
}
}