I don't understand betterC

confused no at no.no
Thu Aug 31 18:38:47 UTC 2023


I decided to try out betterC with the most trivial example I 
could think of, but why doesn't this work?

```d
extern(C) int main()
{
	char[] hello = "hello";
	printf(hello);

	return 0;
}
```


More information about the Digitalmars-d-learn mailing list