This commit is contained in:
Ilusha 2024-03-07 12:27:32 +03:00 committed by Ilya Shurupov
parent 6c92be58cd
commit 3eadb0d726
20 changed files with 86 additions and 853 deletions

View file

@ -1,6 +1,7 @@
#include "Test.hpp"
/*
using namespace tp;
void testAutomation() {
@ -38,3 +39,7 @@ int main() {
testModule.deinitialize();
}
*/
int main() { return 0; }