Changes

Jump to navigation Jump to search
69 bytes added ,  16:12, 23 January 2015
no edit summary
Line 63: Line 63:     
/* checks */
 
/* checks */
 +
 +
if (test_passed())
 +
pass();
 +
else
 +
fail("Something went wrong");
    
return 0;
 
return 0;

Navigation menu