2
0

initial commit

This commit is contained in:
2026-01-09 07:46:52 +01:00
commit 6d7bd63630
13 changed files with 1332 additions and 0 deletions

16
main.cpp Normal file
View File

@@ -0,0 +1,16 @@
#include <array>
#include "main.hpp"
#include "autom.cpp"
int main()
{
open();
while (1)
{
send();
}
close();
return 0;
}