Makes sense, you wrote a main function which only applies to having a druntime.

For -betterC, use the libc's main function:

```d
extern(C) void main() {

}
```

Reply via email to