blob: 013b27f0370ceb9246c25a4a6eac540e20674c31 [file] [log] [blame]
#include "soapH.h"
#include "r.nsmap"
int main() { return soap_serve(soap_new()); } int r__roll(struct soap *soap, int &r) { srand(time(0)); r = rand()%6+1; return SOAP_OK; }