add SCR Part

This commit is contained in:
2025-09-26 08:56:34 +02:00
parent 96b3c953f8
commit e8e867b878
28 changed files with 758 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#include "helpers.h"
int main (int argc, char **argv)
{
char buf[28 KB] = {0};
randomize(buf, 28 KB);
return interlude();
}