Esempio n. 1
0
void main(void)
 {
   three_hellos();
 }
Esempio n. 2
0
File: 34.c Progetto: Jerry11111/C
int main(int argc, char *argv[])
{
  three_hellos();
  return 0;
}