Beispiel #1
0
void main(void)
 {
   three_hellos();
 }
Beispiel #2
0
Datei: 34.c Projekt: Jerry11111/C
int main(int argc, char *argv[])
{
  three_hellos();
  return 0;
}