swig/Examples/python/import_packages/namespace_pkg/robin.c
2016-04-05 10:58:50 -06:00

3 lines
46 B
C

const char *run(void) {
return "AWAY!";
}