Skip to content
Snippets Groups Projects
00023.c 43 B
int x;

int
main()
{
	x = 0;
	return x;
}