mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
5 lines
96 B
D
5 lines
96 B
D
|
|
module mydll;
|
|
import core.stdc.stdio;
|
|
|
|
export void dllprint() { printf("hello dll world\n"); }
|