Fill memory on init, organize tests, housekeeping

This commit is contained in:
scawful
2023-08-19 14:48:49 -04:00
parent e76aa69254
commit de93f71d04
4 changed files with 110 additions and 44 deletions

View File

@@ -3,6 +3,7 @@
#include <cstdint>
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <iostream>
#include <memory>
#include <vector>