new: dev: initialStructure

This commit is contained in:
hhau
2023-11-19 17:14:40 +01:00
parent 344e76e603
commit da1f4d5891
7 changed files with 84 additions and 0 deletions

5
example/plain.cpp Normal file
View File

@ -0,0 +1,5 @@
#include "Dezibot.h"
int main(){
return 0;
}