Exemple #1
0
void main(void)
 {
   three_hellos();
 }
Exemple #2
0
int main(int argc, char *argv[])
{
  three_hellos();
  return 0;
}