Files
T2-start-2025/C/t-oer-prc2-cbdb-main-Assignments-Adidas/Adidas/product/channel_main.c
Rens Pastoor 11b391b8a1 sync
2025-05-27 22:41:46 +02:00

10 lines
139 B
C

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