Wrote python script to simulate a round
[progcomp2012.git] / manager / program.h
index 406d954..bddde0f 100644 (file)
@@ -24,6 +24,8 @@ class Program
 
                bool Running() const;
 
+               
+
        protected:
                FILE * input;   //Stream used for sending information TO the process
                FILE * output; //Stream used for retrieving information FROM the process

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