summaryrefslogtreecommitdiff
path: root/bin/playground/main.c
blob: a6dab69ae58b21798d756344575ccaa6e717bc2f (plain)
1
2
3
4
5
6
/* Place where code from libs can be tested */

int main(void)
{
	return 0;
}