Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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


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


require 'necromancy'

fixed it for you




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: