Skip to content
Snippets Groups Projects
Commit 10b2bd8b authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

Vizualizátko: default je nezobrazit nic

parent 62dc313c
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ const bool ALLOW_MISTAKES=0;
int main(int argc, char ** argv)
{
const char * mode = "n";
const char * mode = "";
if(argc > 1) mode=argv[1];
int n;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment