blob: a3b6d417935074bcb20189f360a8c1e8119477aa [file]
int square(int num);
int main()
{
int s = square(0);
return s;
}