Files
BUT2/SCR/SCR3.1/TP01/Exercise2/subject/stack.c
2025-09-26 08:56:34 +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();
}