changement du fichier tp scr

This commit is contained in:
2025-10-23 14:29:21 +02:00
parent fb76e22594
commit df89b08f5d
27 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#include "helpers.h"
int main(int argc, char **argv)
{
char *under = malloc(96 KB);
randomize(under, 96 KB);
char *over = malloc(256 KB);
randomize(over, 256 KB);
return interlude();
}