Remake1 #1

Merged
GuyWhoLikePizza merged 1 commits from Ветка2 into Ветка1 2024-11-11 15:30:05 +04:00
Showing only changes of commit 5e748ec3f7 - Show all commits

View File

@ -89,6 +89,9 @@ int even() {
}
void printListX10() {
struct Node* ptr = first;
int s = 0;