5 lines
52 B
Plaintext
Raw Normal View History

2021-12-08 00:18:10 +01:00
__declspec(dllexport) int example()
{
return 0;
}