builds now

This commit is contained in:
MarcUs7i 2025-03-08 16:49:22 +01:00
parent 670c97dd16
commit ed33e08dae
6 changed files with 71 additions and 7 deletions

View file

@ -2,7 +2,7 @@
* HTBLA-Leonding
*-----------------------------------------------------------------------------
* Title: Simple Memory Manager.
* Author: */<your name>;/*
* Author: Marc Tismonar
*-----------------------------------------------------------------------------
* Description:
* The main application that uses memory manager.
@ -21,5 +21,5 @@
int main(int argc, char *argv[]) {
/* Your implementation here. */
return 0;
}