add software

This commit is contained in:
Johnny Hsu 2024-12-19 01:40:03 +01:00
parent c846f4640e
commit 5700010c2b
1 changed files with 6 additions and 0 deletions

6
Software/bspd.c Normal file
View File

@ -0,0 +1,6 @@
#include <stdio.h>
int main () {
printf("check the rules dumm dumm, BSPD doesn't need any Software.\n");
return 0;
}