Fix
[matches/honours.git] / course / semester2 / pprog / assignment0 / main.c
index a0d4671..58eff2f 100644 (file)
@@ -40,7 +40,7 @@ int main(int argc, char ** argv)
        {
 
                System_Step(&system);
-               System_WriteData(&system, stdout);
+               //System_WriteData(&system, stdout);
                #ifdef _GRAPHICS_H
                        Graphics_Clear(1, 1, 1); //Clear screen
                        System_Draw(&system); //Draw system

UCC git Repository :: git.ucc.asn.au