TetaTricks/code/microcast.c

17 lines
159 B
C
Raw Permalink Normal View History

2020-12-22 22:53:57 +01:00
/*
* microcast.c
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <shout/shout.h>
int main(int argc, char *argv[])
{
return 1;
}