Skip to content

Instantly share code, notes, and snippets.

@creyn

creyn/program.cs Secret

Created August 25, 2018 14:36
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 creyn/972e36ab1bf0a144b4fcc6aabf0c51ea to your computer and use it in GitHub Desktop.
Save creyn/972e36ab1bf0a144b4fcc6aabf0c51ea to your computer and use it in GitHub Desktop.
Droga Programisty : Kod : Funkcje w CS 2
int Suma(int liczbaA, int liczbaB)
{
reutrn liczbaA + liczbaB;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment