school/main.c
2023-12-04 15:56:21 +01:00

5 lines
51 B
C

#include "znak.h"
int main(){
return znak();
}