linuxinstall/src/sandbox.c

11 lines
149 B
C
Raw Normal View History

#include "sandbox.h"
#include "utils.h"
2024-02-15 19:42:22 +01:00
#include <stdarg.h>
#include <stdio.h>
2024-02-15 19:42:22 +01:00
#include <stdlib.h>
int main(int argc, char* argv[]) {
2024-02-15 19:42:22 +01:00
return 0;
}