Cannot use cnip
to complete the missing code, and cnip test.c
produces no output.
#155
Labels
cnip
to complete the missing code, and cnip test.c
produces no output.
#155
Description
Using
cnip test.c
produces no output. The content oftest.c
is as follows:int main()
{
T a = 0;
T->value = 3.14;
T->next = a;
return 0;
}
Version
(e0e6e05)
Expected behavior
Output the completed code.
The text was updated successfully, but these errors were encountered: