Hacker News new | ask | show | jobs
by thepicard 4696 days ago

    #include <Python.h>
    int main() {
        Py_Initialize();
        PyImport_ImportModule("necromancy");
2 comments

        return 0;  // <stdlib.h> not #imported
    }
require 'necromancy'

fixed it for you