school/main.c

5 lines
74 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-01-22 14:41:15 +01:00
int main() {
2024-04-22 15:16:41 +02:00
return stringyreloaded();
2023-11-27 15:48:01 +01:00
}