Files
SCR.3.1/TP1/scripts/heap.c

9 lines
109 B
C
Raw Normal View History

2025-10-02 15:09:43 +02:00
#include "helpers.h"
int main(int argc, char **argv)
{
dirty(16 MB);
clean(32 MB);
return interlude();
}