Merge remote-tracking branch 'origin/main'

This commit is contained in:
Andrin Fassbind
2021-11-05 09:14:37 +01:00
5 changed files with 39 additions and 33 deletions
+8
View File
@@ -0,0 +1,8 @@
import static org.junit.jupiter.api.Assertions.*;
class SystemOutTest {
public void print(){
}
}