Dlang LLVM ERROR: Program used external function which could not be resolved

Kagamin via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Thu Jun 15 03:34:06 PDT 2017


Try this:
---
import core.stdc.stdio;
int main()
{
     puts("Hello World !!!");
     return 0;
}
---


More information about the digitalmars-d-ldc mailing list