Files
Allocator/src/main.c

6 lines
103 B
C
Raw Normal View History

2026-05-25 15:15:52 -06:00
#include "allocator.h"
#include <stdio.h>
#include <stdlib.h>
int main(void) { return EXIT_SUCCESS; }