diff --git a/WRO2025/WRO2025_functions/Check.c b/WRO2025/WRO2025_functions/Check.c new file mode 100644 index 0000000..669a603 --- /dev/null +++ b/WRO2025/WRO2025_functions/Check.c @@ -0,0 +1,6 @@ +#include + +int main(void) { + printf("More to come soon,... "); + return 0; +}