Skip to content

Instantly share code, notes, and snippets.

@invatainfo
Last active May 24, 2020 13:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save invatainfo/9e0d28e94a9cfe09b8a07f438b842ebc to your computer and use it in GitHub Desktop.
Save invatainfo/9e0d28e94a9cfe09b8a07f438b842ebc to your computer and use it in GitHub Desktop.
void mesaj() //antetul subprogramului/functiei
{
cout<<"Salut!"; //afisare "Salut!" pe ecran
mesaj(); //autoapelare
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment