Class App

java.lang.Object
me.chrisswr1.test.App

public class App extends Object
simple main class
Since:
1.0.0
Version:
3.0.0
  • Constructor Details

    • App

      public App()
  • Method Details

    • main

      public static void main(@Nullable @Nullable String[] args)
      simple main method
      Parameters:
      args - arguments given by the console
      Since:
      1.0.0
    • helloWorld

      @NotNull public static @NotNull String helloWorld()
      creates the "Hello World!" String
      Returns:
      a String with the "Hello World!" greeting
      Since:
      1.0.0