working commit

This commit is contained in:
2026-04-24 16:50:15 +02:00
parent 37d9ee63cc
commit ace92da151
26 changed files with 3879 additions and 1893 deletions
+1 -2
View File
@@ -8,8 +8,7 @@
#include <header.hpp>
int main(int argc, char** argv) {
uint32_t size =
Header primary(1021);
Header primary(1021);
auto rawHeader = primary.Encode();
Header second;