Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aucun feedback n'est affiché si le code de l'utilisateur ne s'arrête pas à temps #1

Open
mpiraux opened this issue Sep 19, 2017 · 0 comments

Comments

@mpiraux
Copy link

mpiraux commented Sep 19, 2017

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){}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant