Skip to content

Instantly share code, notes, and snippets.

@bachmeil
Last active May 6, 2023 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bachmeil/6da28f934454864b7ddf80e2d1eaa5e5 to your computer and use it in GitHub Desktop.
Save bachmeil/6da28f934454864b7ddf80e2d1eaa5e5 to your computer and use it in GitHub Desktop.
ImportC example
dmd b.d a.c
./b
#include <math.h>
import a;
import std.stdio;
void main() {
writeln(sqrt(9.0));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment