Files
SCR/SCR3.1/TP1/Ex2/stack.c
2025-09-04 11:23:03 +02:00

9 lines
128 B
C

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