Files
dbgui/tmp/main.c
2023-06-02 02:06:49 +02:00

6 lines
69 B
C

#include <stdint.h>
int main(int argc, char* argv[]) {
return 0;
}