blob: 88cb53e9b73762e210f1f9db38d7a157d19d1765 [file] [log] [blame]
import std.stdio;
extern (C++) void print_hello(int i) {
writefln("Hello. Here is a number printed with D: %d", i);
}