dlangide/workspaces/for_rdmd_test.d

8 lines
61 B
D

module for_rdmd_test;
int inc(int x)
{
return x + 1;
}