Added LeMa library

This commit is contained in:
LeLeLeLeto
2024-12-31 01:12:30 +01:00
parent 18d7f1c910
commit 283fa5890b
2 changed files with 264 additions and 0 deletions

8
main.cpp Normal file
View File

@ -0,0 +1,8 @@
#include <iostream>
#include "layer.h"
int main(){
return 0;
}