Removed some Exercices from Tests because parser is not ready for
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
Bruder John 2024-06-23 20:57:53 +02:00
parent c44118c872
commit 8cd22c6e4c

View File

@ -4,15 +4,8 @@ public class Example {
public static int testMethod(int b, boolean bo){
a = b;
if(bo){
}
return a;
}
public static void testMethod(int b){
}
}