Files

8 lines
75 B
OpenEdge ABL
Raw Permalink Normal View History

%module robin
%inline %{
const char *run(void) {
return "AWAY!";
}
%}