Package bit.connect

Class App

java.lang.Object
bit.connect.App

public class App extends Object
The App class represents the main entry point of the Bit Connect application. It sets up the grid and users, and refreshes the cloud and grids periodically.
  • Constructor Details

    • App

      public App()
  • Method Details

    • main

      public static void main(String[] args)
      The main method is the entry point of the application. It sets up the grid and users, refreshes the cloud and grids, and prints the output.
      Parameters:
      args - The command line arguments.
    • refresh

      public static void refresh()
      The refresh method refreshes the cloud and all the grids.