2
0
Files
lpsarii/main.cpp

17 lines
141 B
C++
Raw Normal View History

2026-01-09 07:46:52 +01:00
#include <array>
#include "main.hpp"
#include "autom.cpp"
int main()
{
open();
while (1)
{
send();
}
close();
return 0;
}