school/main.c
2024-02-19 15:21:42 +01:00

5 lines
58 B
C

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