Skip to content

smurfc.nano #215

Description

#include <stdio.h>
int main ()
{
int contador;
contador = 10;
while (contador <0)
{
printf ( "contador = %d( \n", contador);
contador = contador+1;
}
printf ( "The End \n");
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions