17 lines
141 B
C++
17 lines
141 B
C++
#include <array>
|
|
#include "main.hpp"
|
|
#include "autom.cpp"
|
|
|
|
int main()
|
|
{
|
|
open();
|
|
|
|
while (1)
|
|
{
|
|
send();
|
|
}
|
|
|
|
close();
|
|
return 0;
|
|
}
|