mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-20 14:53:14 +01:00
11 lines
72 B
D
11 lines
72 B
D
module unittest1;
|
|
|
|
void main()
|
|
{
|
|
}
|
|
|
|
unittest
|
|
{
|
|
printf("hello\n");
|
|
}
|