Open main menu
CDOT Wiki
β
Search
Changes
← Older edit
Newer edit →
Team Code Junkies - OOP344
120 bytes added
,
12:31, 7 February 2010
→
Rules to follow
6. Do not use redundant statements (i.e: if (x != 0) )
7. Comment with '/*' example: /* insert comment here */. Do not use '//' because that is use in c++ (we're coding in C)
Brian Parreno
1
edit