Test lower_body in main

This commit is contained in:
2026-06-18 22:32:30 +02:00
parent 842f384bb8
commit 23798ab582
6 changed files with 52 additions and 11 deletions
@@ -17,7 +17,7 @@ class CollectionInterface{
};
#endif
inline collection operator+(collection c1, collection c2){
collection res;
@@ -28,4 +28,6 @@ inline collection operator+(collection c1, collection c2){
res.joints.push_back(i);
}
return res;
}
}
#endif