From 5700010c2b0ec021deb44c278d59def80923b662 Mon Sep 17 00:00:00 2001 From: Johnny Hsu Date: Thu, 19 Dec 2024 01:40:03 +0100 Subject: [PATCH] add software --- Software/bspd.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Software/bspd.c 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; +}