Skip to content
Snippets Groups Projects
Commit 55b51576 authored by Anh Nguyen-Tuong's avatar Anh Nguyen-Tuong
Browse files

Use different constant

parent e946e23b
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,10 @@ int main(int argc, char **argv)
int x;
read(0, &x, 4);
if (x == 29535)
// if (x == 33620225) // 0x02010101
// if (x == 3791716609) // 0xe2010101
// if (x == 16843057)
if (x == 16851249)
abort();
return 0;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment