Files
Elliot Killick caee7304d8 Update
2025-02-13 02:48:40 -05:00

5 lines
67 B
C

#include <windows.h>
int main() {
LoadLibrary(L"dll-test.dll");
}