Files
T2-start-2025/C/C5 and C6 Adidas/product/encode_main.c
Rens Pastoor 517087ccc1 C ordening
2025-05-27 23:26:28 +02:00

11 lines
138 B
C

#include "encode.h"
// add here includes, if needed
int encode_main(int argc, char* argv[])
{
//add your code here
return 0;
}