dlangide/workspaces/for_rdmd_test.d
2016-01-28 15:29:29 +03:00

7 lines
61 B
D

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