ryuukk_ via Digitalmars-d-learn Thu, 25 Jan 2024 07:41:41 -0800
```D void main() { char[32] id = 0; id = "hello"; }
``` this works fine, and that is what i expect for the example above..