confused via Digitalmars-d-learn Thu, 31 Aug 2023 11:41:57 -0700
```d extern(C) int main() { char[] hello = "hello"; printf(hello);
return 0; } ```