On Tuesday, 7 October 2025 at 00:56:26 UTC, David T. Oxygen wrote:
[...]
```c
#include<stdio.h>
int main(){
    printf("Hello World!\n");
    return 0;
}
```

Compilable without errors or warnings, when dmd 2.111.0 and "Visual Studio" 2019 and 2026 are installed under win11.

Reply via email to