mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
8 lines
67 B
D
8 lines
67 B
D
|
|
import mydll;
|
|
|
|
int main()
|
|
{
|
|
mydll.dllprint();
|
|
return 0;
|
|
}
|