Class HelloWorld

java.lang.Object
topics.introduction.HelloWorld

public class HelloWorld extends Object
Just to show a small example of how the project is structured
Author:
vicegd
  • Constructor Details

    • HelloWorld

      public HelloWorld()
  • Method Details

    • sum

      public int sum(int a, int b)
      Adds two integer numbers and return the result
      Parameters:
      a - The first integer number to be added
      b - The second integer number to be added
      Returns:
      The calculation of a+b