Esempio n. 1
0
void sayhi(void)
{
	saysomething("hello friend, you are the best!");
}
Esempio n. 2
0
int main() {
	cout << saysomething() << endl;
}