diff --git a/Software/bspd.c b/Software/bspd.c new file mode 100644 index 0000000..fc77ffb --- /dev/null +++ b/Software/bspd.c @@ -0,0 +1,6 @@ +#include + +int main () { + printf("check the rules dumm dumm, BSPD doesn't need any Software.\n"); + return 0; +}