Execute HQ9+: Difference between revisions

Content deleted Content added
m added highlighting to the task's preamble.
→‎{{header|C}}: avoid modifying uninitialized variable
Line 401:
{
int c_len = strlen(code);
int i, accumulator=0, bottles;
for(i=0;i<c_len;i++)
{