This is supposed to work, right? ``` import stdio;
void main() { printf("Hello, World!\n"); } ```In my case, DMD complains of not being able to read `stdio.d`. What am I doing wrong? I'm not using any compiler switch.
This is supposed to work, right? ``` import stdio;
void main() { printf("Hello, World!\n"); } ```In my case, DMD complains of not being able to read `stdio.d`. What am I doing wrong? I'm not using any compiler switch.