Files
stabber/runstabber.c
2015-05-16 00:12:26 +01:00

7 lines
73 B
C

#include <stabber.h>
int main(void)
{
return stabber_start(5230);
}