Files
INTUIA/Programa final/Python-3.10.15/PC/empty.c
T

6 lines
137 B
C
Raw Normal View History

2026-03-15 13:27:50 +00:00
#include <windows.h>
int __stdcall
WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
{
return 0;
}