school/main.c

5 lines
56 B
C
Raw Normal View History

2023-12-18 15:36:37 +01:00
#include "for.h"
2023-12-04 15:24:40 +01:00
int main(){
2023-12-18 15:36:37 +01:00
return for_cyklus();
2023-11-27 15:48:01 +01:00
}