summaryrefslogtreecommitdiff
path: root/radiola.c
blob: 40872c8cb384c0021d10fdf4e4f20a7516bd1683 (plain) (blame)
1
2
3
4
5
6
7
#include <stdio.h>
#include <stdlib.h>

int main()
{
	return 0;
}