dmd/compiler/samples/mydll/test.d
2022-07-09 18:53:07 +02:00

8 lines
67 B
D

import mydll;
int main()
{
mydll.dllprint();
return 0;
}