school/main.c
2024-04-22 15:16:41 +02:00

5 lines
74 B
C

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