2024-07-09 14:46:46 +02:00

10 lines
71 B
C

void circular1(void);
int main(void)
{
circular1();
return 0;
}