Si l'on soumet un code qui atteins le timeout de tache inginious sous-jacente, aucun feedback n'est affiché.
Par exemple:
CH0_introduction/intro_hello-world:
public class Hello{
public static void main(String[] args) {
while(true){}
}
}
CH1_variables/types: while(true){}