57%
This commit is contained in:
parent
755275c1c9
commit
0db58c46ff
@ -29,9 +29,8 @@ struct car* add_car(struct car* first,const char* target) {
|
||||
void print_train(struct car* first) {
|
||||
struct car* this=first;
|
||||
while(this->next!=NULL){
|
||||
printf(this->value);
|
||||
printf("%c",this->value);
|
||||
this=this->next;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user