school/main.c

5 lines
91 B
C
Raw Normal View History

2024-04-22 15:16:41 +02:00
#include "stringyreloaded.h"
2023-12-04 15:24:40 +01:00
2024-06-03 15:59:35 +02:00
int main(int argc, char *argv[]) {
return redirector();
2023-11-27 15:48:01 +01:00
}