Skip to content

Instantly share code, notes, and snippets.

@creyn
Created August 25, 2018 14:37
Show Gist options
  • Save creyn/ac64114b299665ff62c52450d0e806c7 to your computer and use it in GitHub Desktop.
Save creyn/ac64114b299665ff62c52450d0e806c7 to your computer and use it in GitHub Desktop.
Droga Programisty : Kod : Funkcje w Javie 2
public class JakasKlasa
{
public int Suma(int liczbaA, int liczbaB)
{
return liczbaA + liczbaB;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment