working build. (not run)

This commit is contained in:
ed
2026-08-06 19:04:14 -04:00
parent 8b3e6f5ef3
commit 030876da48
7 changed files with 158 additions and 144 deletions
+9 -2
View File
@@ -1,3 +1,10 @@
#include "duffle/dsl.h"
#include "duffle/analysis.h"
#include "duffle/memory.h"
#include "duffle/win32.h"
int main()
{
ms_exit_process(0);
return 0;
}