This commit is contained in:
trochas
2025-11-28 11:25:49 +01:00
parent 2d4f447c2d
commit 94bba66887
7 changed files with 205 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
public class AmazingClass {
public void something() {
if(true){
while(true){
if(true){
if(true){
}
}
}
}
}
}