WONKY



LOG | FILES | OVERVIEW


int a()
{
	return 0;
}
int main()
{
	return a();
}